diff options
author | 2018-11-25 23:16:43 -0500 | |
---|---|---|
committer | 2018-11-25 23:17:29 -0500 | |
commit | 0339d8346598bea217250a269eb61fa886b5b3a3 (patch) | |
tree | 3f96c29bb1d06a4a5e1d183afdea323a756bf923 /src/mame/includes/sage2.h | |
parent | 47d83c1af256d54589d8c3554fe71f42c5174409 (diff) |
Include floppy.h explicitly in drivers and bus cards, rather than indirectly through popular FDC headers (nw)
Diffstat (limited to 'src/mame/includes/sage2.h')
-rw-r--r-- | src/mame/includes/sage2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/sage2.h b/src/mame/includes/sage2.h index ff0259dc7df..0ef2f11d127 100644 --- a/src/mame/includes/sage2.h +++ b/src/mame/includes/sage2.h @@ -6,6 +6,7 @@ #include "machine/i8251.h" #include "machine/i8255.h" #include "bus/ieee488/ieee488.h" +#include "imagedev/floppy.h" #include "machine/pit8253.h" #include "machine/pic8259.h" #include "machine/ram.h" |