]> git.sur5r.net Git - openldap/commitdiff
Use "generic" ac headers.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 15 Nov 1998 06:54:30 +0000 (06:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 15 Nov 1998 06:54:30 +0000 (06:54 +0000)
clients/tools/ldapmodify.c
clients/tools/ldapmodrdn.c
clients/tools/ldapsearch.c

index 33b364caaef1073cbd36584977f6033c374d8e2e..3d4d9e9d4c6f92e17dabe6288422be53d0f80f50 100644 (file)
@@ -4,8 +4,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <ctype.h>
 
+#include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/unistd.h>
 
index 87260045463bf8182de9afd4f3cfed9b084fb78c..e293fc530e86dd8d589f88a50ebf52f039ea1238 100644 (file)
@@ -4,8 +4,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <ctype.h>
 
+#include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/unistd.h>
 
index 9fe3bdb218745aaa43a14f7faca7cbcf22e3851f..18ea706c0b4ada4fd7fa27b421ec4edd1598973c 100644 (file)
@@ -2,8 +2,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <ctype.h>
 
+#include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/unistd.h>