]> git.sur5r.net Git - openldap/commitdiff
include ac/ headers
authorPierangelo Masarati <ando@openldap.org>
Fri, 24 Jan 2003 12:33:12 +0000 (12:33 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 24 Jan 2003 12:33:12 +0000 (12:33 +0000)
servers/slapd/slapi/printmsg.c
servers/slapd/slapi/slapi_utils.c

index 2f7f587986a36018cec2eec304e3220f57ece60c..21f0c2f8db7215c8f275fb1e76620a311cb84fc4 100644 (file)
 #include <portable.h>
 #include <slapi_common.h>
 #include <stdio.h>
-#include <string.h>
-#include <stdarg.h>
-#include <unistd.h>
+#include <ac/string.h>
+#include <ac/stdarg.h>
+#include <ac/unistd.h>
 #include <fcntl.h>
-#include <errno.h>
+#include <ac/errno.h>
 
 #include <ldap.h>
 #include <ldap_config.h>
index 4f24b6c2c5422ec1ff9fd92408dce64d87c6f83c..f52fb40f4db413307b957744172243fe1ad78dde 100644 (file)
@@ -24,9 +24,9 @@
 
 #include <slap.h>
 #include <slapi.h>
-#include <stdarg.h>
-#include <ctype.h>
-#include <unistd.h>
+#include <ac/stdarg.h>
+#include <ac/ctype.h>
+#include <ac/unistd.h>
 #include <ldap_pvt.h>
 
 struct berval *ns_get_supported_extop( int );