another #include fix for siit
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jan 2009 20:51:53 +0000 (20:51 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jan 2009 20:51:53 +0000 (20:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13937 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/siit/src/siit.c

index 897423d..dddc8ef 100644 (file)
@@ -27,7 +27,9 @@
 #include <linux/init.h>
 #include <asm/uaccess.h>
 #include <asm/checksum.h>
+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,0)
 #include <net/ip6_checksum.h>
+#endif
 #include <linux/in6.h>
 #include "siit.h"
 
This page took 0.024455 seconds and 4 git commands to generate.