batman-adv: Add required includes to all files
[deliverable/linux.git] / net / batman-adv / send.h
index 60c233eb35ed6f05fec3b0aeb4ae8b9c40d7d24f..0536835fe5034ca24ec925db67314362c52d3f55 100644 (file)
 #ifndef _NET_BATMAN_ADV_SEND_H_
 #define _NET_BATMAN_ADV_SEND_H_
 
+#include "main.h"
+
+#include <linux/compiler.h>
+#include <linux/types.h>
+
+#include "packet.h"
+
+struct batadv_hard_iface;
+struct batadv_orig_node;
+struct batadv_priv;
+struct sk_buff;
+struct work_struct;
+
 int batadv_send_skb_packet(struct sk_buff *skb,
                           struct batadv_hard_iface *hard_iface,
                           const uint8_t *dst_addr);
This page took 0.029401 seconds and 5 git commands to generate.