|
@@ -3,7 +3,6 @@
|
|
|
|
|
|
#ifdef __KERNEL__
|
|
#ifdef __KERNEL__
|
|
#include <linux/init.h>
|
|
#include <linux/init.h>
|
|
-#include <linux/types.h>
|
|
|
|
#include <linux/skbuff.h>
|
|
#include <linux/skbuff.h>
|
|
#include <linux/net.h>
|
|
#include <linux/net.h>
|
|
#include <linux/netdevice.h>
|
|
#include <linux/netdevice.h>
|
|
@@ -14,6 +13,7 @@
|
|
#include <linux/list.h>
|
|
#include <linux/list.h>
|
|
#include <net/net_namespace.h>
|
|
#include <net/net_namespace.h>
|
|
#endif
|
|
#endif
|
|
|
|
+#include <linux/types.h>
|
|
#include <linux/compiler.h>
|
|
#include <linux/compiler.h>
|
|
|
|
|
|
/* Responses from hook functions. */
|
|
/* Responses from hook functions. */
|