aboutsummaryrefslogtreecommitdiff
path: root/src/ptunnel.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2017-12-19 16:13:35 +0100
committerToni Uhlig <matzeton@googlemail.com>2017-12-19 16:13:35 +0100
commit252ab35c2e9944d87e750afc3852a487f596cbbd (patch)
tree8bf15760e3ef09f0b645c4cf4577570018e8bbff /src/ptunnel.h
parenta0f97ecfd138d12fcac3177ea1ce9f15df0f7fd4 (diff)
ptunnel-ng:
* optional feature disabled warning * SeLinux enabled flag * cosmetics # Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,
Diffstat (limited to 'src/ptunnel.h')
-rw-r--r--src/ptunnel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ptunnel.h b/src/ptunnel.h
index 7ce15e3..c5a9e9b 100644
--- a/src/ptunnel.h
+++ b/src/ptunnel.h
@@ -66,7 +66,9 @@
#include <signal.h>
#include <stdint.h>
#include <stdbool.h>
+#ifdef HAVE_PCAP
#include <pcap.h>
+#endif
#include "pkt.h"
#include "pdesc.h"