diff options
Diffstat (limited to 'src/lib/formats/fdi_dsk.c')
-rw-r--r-- | src/lib/formats/fdi_dsk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/fdi_dsk.c b/src/lib/formats/fdi_dsk.c index 9bf9019f5d3..9d556f66e9a 100644 --- a/src/lib/formats/fdi_dsk.c +++ b/src/lib/formats/fdi_dsk.c @@ -14,6 +14,7 @@ */ +#include <assert.h> #include "imageutl.h" #include "flopimg.h" |