mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 09:12:39 +00:00
15 lines
315 B
Diff
15 lines
315 B
Diff
|
--- a/backport-include/net/dropreason.h
|
||
|
+++ b/backport-include/net/dropreason.h
|
||
|
@@ -3,10 +3,9 @@
|
||
|
|
||
|
#include <linux/version.h>
|
||
|
|
||
|
+#include <net/dropreason-core.h>
|
||
|
#if LINUX_VERSION_IS_GEQ(6,0,0)
|
||
|
#include_next <net/dropreason.h>
|
||
|
-#else
|
||
|
-#include <net/dropreason-core.h>
|
||
|
#endif
|
||
|
|
||
|
#if LINUX_VERSION_IS_LESS(6,4,0)
|