diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/compat/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/compat.h b/src/compat/compat.h index 501aca5..60baa21 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -1037,7 +1037,7 @@ static inline void skb_reset_redirect(struct sk_buff *skb) } #endif -#if defined(ISUBUNTU1604) +#if defined(ISUBUNTU1604) || defined(ISRHEL7) #include <linux/siphash.h> #ifndef _WG_LINUX_SIPHASH_H #define hsiphash_2u32 siphash_2u32 |