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