]> git.sur5r.net Git - openldap/commitdiff
Include <ac/stdlib.h> instead of <stdlib.h>
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 22:42:34 +0000 (22:42 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 22:42:34 +0000 (22:42 +0000)
libraries/libldap/tls.c

index abe58ce7d3d9316d55747adeaa4145477cc812ca..1ac30e5496f50e9f5101d413b292ee54ced98a65 100644 (file)
@@ -10,8 +10,8 @@
 #ifdef HAVE_TLS
 
 #include <stdio.h>
-#include <stdlib.h>
 
+#include <ac/stdlib.h>
 #include <ac/errno.h>
 #include <ac/socket.h>
 #include <ac/string.h>