summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/pfctl_osfp.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-01-20 18:26:57 +0000
committerderaadt <deraadt@openbsd.org>2015-01-20 18:26:57 +0000
commit52a421fc3f8fc8f10bb794f9e4883e5dcce4fa22 (patch)
tree4b6f74b7a950006117a05d18ec579e71f270645a /usr.sbin/tcpdump/pfctl_osfp.c
parentAdjust <sys/param.h> comments regarding use of use of MAXFRAG, or (diff)
downloadwireguard-openbsd-52a421fc3f8fc8f10bb794f9e4883e5dcce4fa22.tar.xz
wireguard-openbsd-52a421fc3f8fc8f10bb794f9e4883e5dcce4fa22.zip
Adjust <sys/param.h> comments regarding use of use of MSIZE, or
delete <sys/param.h> if now possible ok guenther
Diffstat (limited to 'usr.sbin/tcpdump/pfctl_osfp.c')
-rw-r--r--usr.sbin/tcpdump/pfctl_osfp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/pfctl_osfp.c b/usr.sbin/tcpdump/pfctl_osfp.c
index ccc7dfb3deb..95a4d9f5bd8 100644
--- a/usr.sbin/tcpdump/pfctl_osfp.c
+++ b/usr.sbin/tcpdump/pfctl_osfp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_osfp.c,v 1.9 2014/08/14 12:44:44 mpi Exp $ */
+/* $OpenBSD: pfctl_osfp.c,v 1.10 2015/01/20 18:26:58 deraadt Exp $ */
/*
* Copyright (c) 2003 Mike Frantzen <frantzen@openbsd.org>
@@ -20,6 +20,9 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <netinet/in.h>
+#include <netinet/ip.h>
+#include <netinet/ip6.h>
#include <net/if.h>
#include <net/pfvar.h>
@@ -30,8 +33,6 @@
#include <stdlib.h>
#include <string.h>
-#include <netinet/ip.h>
-#include <netinet/ip6.h>
#include "privsep.h"
#include "pfctl_parser.h"