Include stdlib.h due to getenv use
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 1 Mar 2014 16:06:44 +0000 (17:06 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 1 Mar 2014 16:06:44 +0000 (17:06 +0100)
ztest/read-marc.c

index 8906534..0b9dc1d 100644 (file)
@@ -26,6 +26,7 @@
 #include <sys/stat.h>
 #endif
 
 #include <sys/stat.h>
 #endif
 
+#include <stdlib.h>
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif