diff options
Diffstat (limited to 'kernel/net/batman-adv/multicast.h')
-rw-r--r-- | kernel/net/batman-adv/multicast.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kernel/net/batman-adv/multicast.h b/kernel/net/batman-adv/multicast.h index 3a44ebdb4..8f3cb04b9 100644 --- a/kernel/net/batman-adv/multicast.h +++ b/kernel/net/batman-adv/multicast.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 B.A.T.M.A.N. contributors: +/* Copyright (C) 2014-2015 B.A.T.M.A.N. contributors: * * Linus Lüssing * @@ -18,6 +18,10 @@ #ifndef _NET_BATMAN_ADV_MULTICAST_H_ #define _NET_BATMAN_ADV_MULTICAST_H_ +#include "main.h" + +struct sk_buff; + /** * batadv_forw_mode - the way a packet should be forwarded as * @BATADV_FORW_ALL: forward the packet to all nodes (currently via classic |