diff options
| author | 2021-06-01 19:23:09 +0700 | |
|---|---|---|
| committer | 2021-06-01 19:23:09 +0700 | |
| commit | ccf73700ae8095276cbee950f56b4b62b85e3146 (patch) | |
| tree | da6a88ff14c9ee98b6653094ce093f6401bf3184 | |
| parent | fa08c5f5525f0ddcb71c5c5cc3fad8871767ea0b (diff) | |
floppy: fix the build
| -rw-r--r-- | src/devices/imagedev/floppy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/imagedev/floppy.h b/src/devices/imagedev/floppy.h index 6fbc167bcac..79f3f7c583f 100644 --- a/src/devices/imagedev/floppy.h +++ b/src/devices/imagedev/floppy.h @@ -15,6 +15,7 @@ #include "formats/fsmgr.h" #include "sound/samples.h" #include "softlist_dev.h" +#include "screen.h" class floppy_sound_device; |
