diff options
| author | 2017-07-03 21:55:00 +0200 | |
|---|---|---|
| committer | 2017-07-03 21:55:00 +0200 | |
| commit | dc698ff6b0de9bcdf1e32c00aafc08c830909f57 (patch) | |
| tree | a47ebc09357987def7deca26239b849ded1a0b3b | |
| parent | compat: support OpenSUSE's backports (diff) | |
| download | wireguard-linux-compat-dc698ff6b0de9bcdf1e32c00aafc08c830909f57.tar.xz wireguard-linux-compat-dc698ff6b0de9bcdf1e32c00aafc08c830909f57.zip | |
compat: workaround Ubuntu 16.10 kernel weirdness
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
| -rw-r--r-- | src/compat/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compat/compat.h b/src/compat/compat.h index 539b4bf..1da51f1 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -304,6 +304,7 @@ static inline u64 ktime_get_ns(void) #if IS_ENABLED(CONFIG_NF_CONNTRACK) #include <linux/ip.h> #include <linux/icmpv6.h> +#include <net/ipv6.h> #include <net/icmp.h> #include <net/netfilter/nf_conntrack.h> #include <net/netfilter/nf_nat_core.h> |
