diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 16:13:35 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 16:13:35 +0100 |
commit | 252ab35c2e9944d87e750afc3852a487f596cbbd (patch) | |
tree | 8bf15760e3ef09f0b645c4cf4577570018e8bbff /src/ptunnel.h | |
parent | a0f97ecfd138d12fcac3177ea1ce9f15df0f7fd4 (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.h | 2 |
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" |