projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e46568
)
siit: merge r13890 & r13937 to 8.09
author
Nicolas Thill
<nico@openwrt.org>
Sat, 30 May 2009 10:04:11 +0000
(10:04 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 30 May 2009 10:04:11 +0000
(10:04 +0000)
SVN-Revision: 16205
package/siit/src/siit.c
patch
|
blob
|
history
diff --git
a/package/siit/src/siit.c
b/package/siit/src/siit.c
index e3c20d67b204852452f3c92e2e334379ac38fa09..4c0484e6972d240b6de7b68b1e81d8459177e077 100644
(file)
--- a/
package/siit/src/siit.c
+++ b/
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"