projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[kmod bluetooth] hci_usb.c has been replaced with btusb.c in 2.6.29 - modify makefile...
[openwrt.git]
/
package
/
siit
/
src
/
siit.c
diff --git
a/package/siit/src/siit.c
b/package/siit/src/siit.c
index
828df22
..
dddc8ef
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"
This page took
0.024978 seconds
and
4
git commands to generate.