]> granicus.if.org Git - openjpeg/commitdiff
include stdlib.h for calloc
authorKaori Hagihara <khagihara@users.noreply.github.com>
Thu, 13 Oct 2011 20:00:19 +0000 (20:00 +0000)
committerKaori Hagihara <khagihara@users.noreply.github.com>
Thu, 13 Oct 2011 20:00:19 +0000 (20:00 +0000)
applications/jpip/opj_server/query_parser.c

index f09a6e5ea8aa84f573346891ca58842bd48a5a6a..a29c8f12978d98457e2421481672314895a5e7e1 100644 (file)
@@ -39,6 +39,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h>
 #include "query_parser.h"
 
 #ifdef SERVER