batman-adv: Add required includes to all files
[firefly-linux-kernel-4.4.55.git] / net / batman-adv / soft-interface.h
index 9ce08049ffd0e16210e406f1e2b88fc4e373a432..578e8a663c302fd409c99948e12b8adf98f38397 100644 (file)
 #ifndef _NET_BATMAN_ADV_SOFT_INTERFACE_H_
 #define _NET_BATMAN_ADV_SOFT_INTERFACE_H_
 
+#include "main.h"
+
+#include <net/rtnetlink.h>
+
+struct batadv_hard_iface;
+struct batadv_orig_node;
+struct batadv_priv;
+struct batadv_softif_vlan;
+struct net_device;
+struct sk_buff;
+
 int batadv_skb_head_push(struct sk_buff *skb, unsigned int len);
 void batadv_interface_rx(struct net_device *soft_iface,
                         struct sk_buff *skb, struct batadv_hard_iface *recv_if,