mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
another #include fix for siit
SVN-Revision: 13937
This commit is contained in:
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…
x
Reference in New Issue
Block a user