]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/lock.c
Remove lint
[openldap] / servers / slurpd / lock.c
index eb957c288b557d7975b4e6fd61e02e8358f84733..c863d4b9e82c85ecf9ed6b480a6562a97d7d51d1 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <stdio.h>
 
+#include <ac/param.h>
 #include <ac/string.h>
 #include <ac/socket.h>
 #include <ac/time.h>
@@ -27,9 +28,6 @@
 #ifdef HAVE_SYS_FILE_H
 #include <sys/file.h>
 #endif
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
 
 #include "slurp.h"