summaryrefslogtreecommitdiffstats
path: root/sys/net/pf_lb.c
diff options
context:
space:
mode:
authorsashan <sashan@openbsd.org>2015-07-18 19:19:00 +0000
committersashan <sashan@openbsd.org>2015-07-18 19:19:00 +0000
commitecaa3a528400f5ce78a9679056e482d4d14c592a (patch)
treec93306d4f6c428077c2ee39876c4607cb4049274 /sys/net/pf_lb.c
parentwhitespace, no functional change (diff)
downloadwireguard-openbsd-ecaa3a528400f5ce78a9679056e482d4d14c592a.tar.xz
wireguard-openbsd-ecaa3a528400f5ce78a9679056e482d4d14c592a.zip
msg.mpi
Diffstat (limited to 'sys/net/pf_lb.c')
-rw-r--r--sys/net/pf_lb.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/net/pf_lb.c b/sys/net/pf_lb.c
index 3dcb7bcb364..473d0dd974e 100644
--- a/sys/net/pf_lb.c
+++ b/sys/net/pf_lb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_lb.c,v 1.46 2015/07/18 15:19:44 sashan Exp $ */
+/* $OpenBSD: pf_lb.c,v 1.47 2015/07/18 19:19:00 sashan Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -74,8 +74,14 @@
#include <netinet/in_pcb.h>
#include <net/pfvar.h>
+
+#if NPFLOG > 0
#include <net/if_pflog.h>
+#endif /* NPFLOG > 0 */
+
+#if NPFLOW > 0
#include <net/if_pflow.h>
+#endif /* NPFLOW > 0 */
#if NPFSYNC > 0
#include <net/if_pfsync.h>