net: add missing includes and forward declarations under net/
[linux-2.6-microblaze.git] / include / net / mpls_iptunnel.h
index 9deb3a3..0c71c27 100644 (file)
@@ -6,6 +6,9 @@
 #ifndef _NET_MPLS_IPTUNNEL_H
 #define _NET_MPLS_IPTUNNEL_H 1
 
+#include <linux/types.h>
+#include <net/lwtunnel.h>
+
 struct mpls_iptunnel_encap {
        u8      labels;
        u8      ttl_propagate;