summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-12-04 04:48:10 +0000
committerderaadt <deraadt@openbsd.org>2012-12-04 04:48:10 +0000
commit4cf043e6321087f3be1cc7531eb90b1b17f2a466 (patch)
tree4935fc869b342bf2848d4189dade4cf52fa81c1f
parentremove sunos backwards compat (diff)
downloadwireguard-openbsd-4cf043e6321087f3be1cc7531eb90b1b17f2a466.tar.xz
wireguard-openbsd-4cf043e6321087f3be1cc7531eb90b1b17f2a466.zip
only needs sys/types.h not sys/param.h
-rw-r--r--sbin/ifconfig/ifconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index deef85657da..3ef98b7df7e 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ifconfig.c,v 1.258 2012/11/23 20:12:38 sthen Exp $ */
+/* $OpenBSD: ifconfig.c,v 1.259 2012/12/04 04:48:10 deraadt Exp $ */
/* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */
/*
@@ -60,7 +60,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>