summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-pflog.c
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2016-04-04 16:26:00 +0000
committersthen <sthen@openbsd.org>2016-04-04 16:26:00 +0000
commitb6226db80b3ad59ef5fb2a16bbdc74b12e5a0920 (patch)
tree4e382fc49c57f443b24b54d14eb9a6ce14ff9de3 /usr.sbin/tcpdump/print-pflog.c
parentfatalx() not fatal(). (diff)
downloadwireguard-openbsd-b6226db80b3ad59ef5fb2a16bbdc74b12e5a0920.tar.xz
wireguard-openbsd-b6226db80b3ad59ef5fb2a16bbdc74b12e5a0920.zip
Add sys/queue.h where it's needed. Unbreak userland following recent
removal from mbuf.h. ok mpi@
Diffstat (limited to 'usr.sbin/tcpdump/print-pflog.c')
-rw-r--r--usr.sbin/tcpdump/print-pflog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/print-pflog.c b/usr.sbin/tcpdump/print-pflog.c
index 7d510dcf012..8528508130c 100644
--- a/usr.sbin/tcpdump/print-pflog.c
+++ b/usr.sbin/tcpdump/print-pflog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-pflog.c,v 1.28 2015/11/16 00:16:39 mmcc Exp $ */
+/* $OpenBSD: print-pflog.c,v 1.29 2016/04/04 16:26:00 sthen Exp $ */
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
@@ -26,6 +26,7 @@
#include <sys/socket.h>
#include <sys/file.h>
#include <sys/ioctl.h>
+#include <sys/queue.h>
#include <sys/mbuf.h>
#include <sys/proc.h>