]> git.sur5r.net Git - openldap/commitdiff
Include <sys/stat.h> for mkdir prototype
authorHoward Chu <hyc@openldap.org>
Fri, 26 Jul 2002 13:24:37 +0000 (13:24 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 26 Jul 2002 13:24:37 +0000 (13:24 +0000)
servers/slurpd/main.c

index 5054b43ca509d3509539d435577c9eca5d949a93..41d7fc3f2f35e2c762bfadfd03c31baa7402ef6c 100644 (file)
@@ -22,9 +22,9 @@
 
 #include "portable.h"
 
-#include <ac/stdlib.h>
-
 #include <stdio.h>
+#include <sys/stat.h>
+#include <ac/stdlib.h>
 
 #include "slurp.h"
 #include "globals.h"