diff options
Diffstat (limited to 'src/lib/formats/csw_cas.c')
-rw-r--r-- | src/lib/formats/csw_cas.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/csw_cas.c b/src/lib/formats/csw_cas.c index 39ceb594e8f..e6b51b78c1e 100644 --- a/src/lib/formats/csw_cas.c +++ b/src/lib/formats/csw_cas.c @@ -23,6 +23,7 @@ Offset Value Type Description #include <string.h> #include <zlib.h> +#include <assert.h> #include "uef_cas.h" #include "csw_cas.h" |