]> git.sur5r.net Git - openldap/commitdiff
include <stdlib.h> to get atoi()
authorHallvard Furuseth <hallvard@openldap.org>
Sat, 6 Mar 1999 06:20:13 +0000 (06:20 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 6 Mar 1999 06:20:13 +0000 (06:20 +0000)
tests/progs/slapd-read.c
tests/progs/slapd-search.c
tests/progs/slapd-tester.c

index 7b4887f0be94ed05f8ff0f7a1a6deb7e969373d8..2e15ce3decda7e029e130cc70b43489c7d12e37c 100644 (file)
@@ -1,6 +1,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <ac/string.h>
 #include <ac/ctype.h>
index 79857bef0b8dbc8a3e314603c52e4315cbe373d3..4b82c6d6b12bcf940526e68fffba7816fad9b3bd 100644 (file)
@@ -1,6 +1,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <ac/string.h>
 #include <ac/ctype.h>
index cd8bf1f59a1d1882ea3a3f71c9f73c8bdc492d60..801b4574662b0573f84c0ebe5748c04a37dc2704 100644 (file)
@@ -1,6 +1,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <ac/string.h>
 #include <ac/ctype.h>