]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/shell-backends/shellutil.c
Implemented the open, init functions correctly
[openldap] / servers / slapd / shell-backends / shellutil.c
index 4f7b4690433b21c92f4518ed1ddaeb245754204c..59d43cb7073fe07c7d17ff9a17c421d4bd3780d9 100644 (file)
 
 #include <stdio.h>
 
-#ifdef STDC_HEADERS
 #include <stdlib.h>
-#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
+#include <ac/stdarg.h>
 
 #include <pwd.h>
 
+#include <ac/ctype.h>
 #include <ac/string.h>
 
 #include <lber.h>