isl_arg.h: add missing include
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 13 Apr 2010 07:29:38 +0000 (09:29 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 13 Apr 2010 07:29:38 +0000 (09:29 +0200)
include/isl_arg.h

index d8e038e..86ff19e 100644 (file)
@@ -11,6 +11,7 @@
 #define ISL_ARG_H
 
 #include <stddef.h>
+#include <stdlib.h>
 
 #if defined(__cplusplus)
 extern "C" {