]> git.sur5r.net Git - openldap/commitdiff
isspace() needs <ac/ctype.h>
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 4 Jul 2005 05:56:45 +0000 (05:56 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 4 Jul 2005 05:56:45 +0000 (05:56 +0000)
servers/slapd/back-bdb/config.c

index 3cd2f38903d22fd5269e8b25b0d7d15ae476fd9e..1c01c2296fceb30b32c5b70b9fa2acc6a0611277 100644 (file)
@@ -17,6 +17,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <ac/ctype.h>
 #include <ac/string.h>
 
 #include "back-bdb.h"