diff options
Diffstat (limited to 'include/net/netevent.h')
-rw-r--r-- | include/net/netevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netevent.h b/include/net/netevent.h index e5d21624142..e82b7bab3ff 100644 --- a/include/net/netevent.h +++ b/include/net/netevent.h @@ -12,7 +12,7 @@ */ #ifdef __KERNEL__ -#include <net/dst.h> +struct dst_entry; struct netevent_redirect { struct dst_entry *old; |