batman-adv: Add required includes to all files
[deliverable/linux.git] / net / batman-adv / bitarray.h
index be497be696d1d77104c11291dafd7812babe227f..0c2456225fae9c2ac14809a4ff42c1d6b756fada 100644 (file)
 #ifndef _NET_BATMAN_ADV_BITARRAY_H_
 #define _NET_BATMAN_ADV_BITARRAY_H_
 
+#include "main.h"
+
+#include <linux/bitops.h>
+#include <linux/compiler.h>
+#include <linux/types.h>
+
 /* Returns 1 if the corresponding bit in the given seq_bits indicates true
  * and curr_seqno is within range of last_seqno. Otherwise returns 0.
  */
This page took 0.046046 seconds and 5 git commands to generate.