These files are non modular, but need to export symbols using
the macros now living in export.h -- call out the include so
that things won't break when we remove the implicit presence
of module.h from everywhere.
/* Get Layer-4 data from the packets */
+#include <linux/version.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
+#include <linux/export.h>
+#endif
#include <linux/ip.h>
#include <linux/skbuff.h>
#include <linux/icmp.h>
+#include <linux/version.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
+#include <linux/export.h>
+#endif
#include <linux/netfilter/ipset/pfxlen.h>
/*