diff options
Diffstat (limited to 'src/compat')
-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 75bd3b7..bb996b8 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -1029,6 +1029,7 @@ out: #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 29) || (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 5, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 14)) #include <linux/skbuff.h> +#include <net/sch_generic.h> static inline void skb_reset_redirect(struct sk_buff *skb) { #ifdef CONFIG_NET_SCHED |