diff options
Diffstat (limited to 'src/lib/formats/nes_dsk.c')
-rw-r--r-- | src/lib/formats/nes_dsk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/nes_dsk.c b/src/lib/formats/nes_dsk.c index 99878833f27..ce62b4fba0e 100644 --- a/src/lib/formats/nes_dsk.c +++ b/src/lib/formats/nes_dsk.c @@ -8,6 +8,7 @@ #include <string.h> +#include <assert.h> #include "formats/nes_dsk.h" #include "formats/basicdsk.h" |