diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 21:12:55 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 21:12:55 +0100 |
commit | 00e2c4e6849adc1b9cc8b9daf9069d67ff086dc3 (patch) | |
tree | 1f9df654212d9d37e178470d99d0338fc0b4a0ad /src/options.h | |
parent | 4176fdf0b64f068d123a0d960beb1eb5708f3e7b (diff) |
ptunnel-ng:
* fixed missing conditionaled compile for pcap
* ported to mingw64
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 9029b6a..bdd2061 100644 --- a/src/options.h +++ b/src/options.h @@ -4,8 +4,10 @@ #include <stdio.h> #include <stdint.h> #include <stdbool.h> +#ifndef WIN32 #include <pwd.h> #include <grp.h> +#endif #ifdef HAVE_SELINUX #include <selinux/selinux.h> #endif |