diff options
Diffstat (limited to 'src/devices/machine/pc_fdc.cpp')
-rw-r--r-- | src/devices/machine/pc_fdc.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/machine/pc_fdc.cpp b/src/devices/machine/pc_fdc.cpp index 03ce46ee866..6c737f03364 100644 --- a/src/devices/machine/pc_fdc.cpp +++ b/src/devices/machine/pc_fdc.cpp @@ -14,7 +14,8 @@ **********************************************************************/ #include "emu.h" -#include "machine/pc_fdc.h" +#include "pc_fdc.h" + #include "imagedev/floppy.h" //#define VERBOSE (LOG_GENERAL) |