]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/ch_malloc.c
merged with autoconf branch
[openldap] / servers / slurpd / ch_malloc.c
index 298391e4f3c41ebae00739b16d5ca591374349c6..7b3ddcd840f486e17585eabfffdaad22960ed1ed 100644 (file)
  * ch_malloc.c - malloc() and friends, with check for NULL return.
  */
 
+#include "portable.h"
+
 #include <stdio.h>
-#include <sys/types.h>
-#include <sys/socket.h>
+
+#include <ac/socket.h>
+
 #include "../slapd/slap.h"