]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/replog.c
Remove lint
[openldap] / servers / slurpd / replog.c
index 0e8f2f4c2ef5888b6937439aa083441962b181e1..d13ea4bb813c2f53704eda42cd644b2863576208 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright (c) 1996 Regents of the University of Michigan.
  * All rights reserved.
@@ -20,6 +21,7 @@
 #include <stdio.h>
 
 #include <ac/errno.h>
+#include <ac/param.h>
 #include <ac/string.h>
 #include <ac/syslog.h>
 #include <ac/time.h>
 
 #include <sys/stat.h>
 
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-
 #include <fcntl.h>
 
 #include "slurp.h"