Browse Source

another #include fix for siit

SVN-Revision: 13937
Felix Fietkau 17 years ago
parent
commit
245e9e9b7a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/siit/src/siit.c

+ 2 - 0
package/siit/src/siit.c

@@ -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"