diff options
Diffstat (limited to 'src/lib/formats/uef_cas.c')
-rw-r--r-- | src/lib/formats/uef_cas.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/uef_cas.c b/src/lib/formats/uef_cas.c index 60a4ade6775..6a5c8668c8e 100644 --- a/src/lib/formats/uef_cas.c +++ b/src/lib/formats/uef_cas.c @@ -12,6 +12,7 @@ Not nice, but it works... #include <string.h> #include <math.h> +#include <assert.h> #include <zlib.h> #include "uef_cas.h" |