]> git.sur5r.net Git - openldap/commitdiff
include <stdlib.h> to get malloc & co
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 3 Mar 1999 17:42:17 +0000 (17:42 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 3 Mar 1999 17:42:17 +0000 (17:42 +0000)
tests/progs/slapd-addel.c

index 55b8dd994f5335fe1b7a0ebb352e8648a91593ab..2f0df7b336b3a498dfe083a93204ec5259c4a597 100644 (file)
@@ -1,6 +1,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <ac/string.h>
 #include <ac/ctype.h>