batman-adv: Add required includes to all files
[deliverable/linux.git] / net / batman-adv / packet.h
index 9468bc09c7c47bfcee6ab2f203aa7eb5fda2c9f9..9e747c08d0bccb994307a5e40500050a6d281b88 100644 (file)
@@ -18,6 +18,9 @@
 #ifndef _NET_BATMAN_ADV_PACKET_H_
 #define _NET_BATMAN_ADV_PACKET_H_
 
+#include <asm/byteorder.h>
+#include <linux/types.h>
+
 /**
  * enum batadv_packettype - types for batman-adv encapsulated packets
  * @BATADV_IV_OGM: originator messages for B.A.T.M.A.N. IV
This page took 0.025089 seconds and 5 git commands to generate.