mirror of https://github.com/hak5/openwrt-owl.git
parent
2273aadfb2
commit
245e9e9b7a
|
@ -27,7 +27,9 @@
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <asm/uaccess.h>
|
#include <asm/uaccess.h>
|
||||||
#include <asm/checksum.h>
|
#include <asm/checksum.h>
|
||||||
|
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,0)
|
||||||
#include <net/ip6_checksum.h>
|
#include <net/ip6_checksum.h>
|
||||||
|
#endif
|
||||||
#include <linux/in6.h>
|
#include <linux/in6.h>
|
||||||
#include "siit.h"
|
#include "siit.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue