no need for param.h
authorderaadt <deraadt@openbsd.org>
Mon, 4 Aug 2014 06:35:31 +0000 (06:35 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 4 Aug 2014 06:35:31 +0000 (06:35 +0000)
usr.sbin/httpd/control.c

index 3a8552a..e68d3b4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: control.c,v 1.1 2014/07/12 23:34:54 reyk Exp $        */
+/*     $OpenBSD: control.c,v 1.2 2014/08/04 06:35:31 deraadt Exp $     */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -16,8 +16,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/types.h>
 #include <sys/queue.h>
-#include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <sys/un.h>