mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
diff --git a/include/linux/if_tunnel.h b/include/linux/if_tunnel.h
|
|
|
index aeab2cb..82c4362 100644
|
|
|
--- ./include/linux/if_tunnel.h
|
|
|
+++ ./include/linux/if_tunnel.h
|
|
|
@@ -2,7 +2,10 @@
|
|
|
#define _IF_TUNNEL_H_
|
|
|
|
|
|
#include <linux/types.h>
|
|
|
+
|
|
|
+#ifdef __KERNEL__
|
|
|
#include <linux/ip.h>
|
|
|
+#endif
|
|
|
|
|
|
#define SIOCGETTUNNEL (SIOCDEVPRIVATE + 0)
|
|
|
#define SIOCADDTUNNEL (SIOCDEVPRIVATE + 1)
|