mirror of https://github.com/hak5/openwrt.git
parent
6e20f40d47
commit
b8f41b051f
|
@ -24,6 +24,9 @@
|
||||||
#else
|
#else
|
||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)
|
||||||
|
#include <linux/prefetch.h>
|
||||||
|
#endif
|
||||||
#include <linux/skbuff.h>
|
#include <linux/skbuff.h>
|
||||||
#include <linux/wprobe.h>
|
#include <linux/wprobe.h>
|
||||||
#include <linux/math64.h>
|
#include <linux/math64.h>
|
||||||
|
|
Loading…
Reference in New Issue