Added include of stdlib.h because of atoi
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Oct 2008 18:24:48 +0000 (20:24 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Oct 2008 18:24:48 +0000 (20:24 +0200)
src/marcdisp.c

index 06a4afe..d244210 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <stdarg.h>
 #include <stdio.h>
 
 #include <stdarg.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
 #include <yaz/marcdisp.h>
 #include <string.h>
 #include <ctype.h>
 #include <yaz/marcdisp.h>