batman-adv: Add required includes to all files
[deliverable/linux.git] / net / batman-adv / translation-table.h
index 5769037c7e2db453339e38fe7b9b0717744dcff2..6acc25d3a925c07cc1ec34c5b31f649f7439cc62 100644 (file)
 #ifndef _NET_BATMAN_ADV_TRANSLATION_TABLE_H_
 #define _NET_BATMAN_ADV_TRANSLATION_TABLE_H_
 
+#include "main.h"
+
+#include <linux/types.h>
+
+struct batadv_orig_node;
+struct batadv_priv;
+struct net_device;
+struct seq_file;
+
 int batadv_tt_init(struct batadv_priv *bat_priv);
 bool batadv_tt_local_add(struct net_device *soft_iface, const uint8_t *addr,
                         unsigned short vid, int ifindex, uint32_t mark);
This page took 0.024369 seconds and 5 git commands to generate.