summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2017-03-26 14:05:03 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2017-03-26 14:05:03 +0200
commit1ea759ce924e5223d6b242d89700ea52fc35b26f (patch)
tree9ce1248c047e7e7abc5ac1049c65ed9b452b554b /src/devices/imagedev
parenta97c0fbe87a189f49cf82dedce433393b33d342d (diff)
Fix compile error noticed on VS (nw)
Diffstat (limited to 'src/devices/imagedev')
-rw-r--r--src/devices/imagedev/floppy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/floppy.cpp b/src/devices/imagedev/floppy.cpp
index 38997394ac2..09c9d89429e 100644
--- a/src/devices/imagedev/floppy.cpp
+++ b/src/devices/imagedev/floppy.cpp
@@ -9,7 +9,7 @@
#include "emu.h"
#include "floppy.h"
-#include "speaker.cpp"
+#include "speaker.h"
#include "formats/imageutl.h"
#include "zippath.h"