diff options
-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 60baa21..75bd3b7 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -1040,6 +1040,7 @@ static inline void skb_reset_redirect(struct sk_buff *skb) #if defined(ISUBUNTU1604) || defined(ISRHEL7) #include <linux/siphash.h> #ifndef _WG_LINUX_SIPHASH_H +#define hsiphash_1u32 siphash_1u32 #define hsiphash_2u32 siphash_2u32 #define hsiphash_3u32 siphash_3u32 #define hsiphash_key_t siphash_key_t |