summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_core.c
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-09-15 21:00:22 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-09-15 21:00:22 +0200
commit520e3d923a5689e3c0a3702406971a6f89726199 (patch)
tree83b866577e335a71b44c97ab252d15addf018ae4 /kernel/net/netfilter/ipset/ip_set_core.c
parenta3174753ff6582ba89368c76c98ecc24c0207152 (diff)
Invert the logic to include version.h in ip_set_core.c
Diffstat (limited to 'kernel/net/netfilter/ipset/ip_set_core.c')
-rw-r--r--kernel/net/netfilter/ipset/ip_set_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/net/netfilter/ipset/ip_set_core.c b/kernel/net/netfilter/ipset/ip_set_core.c
index 0fe43a1..c980329 100644
--- a/kernel/net/netfilter/ipset/ip_set_core.c
+++ b/kernel/net/netfilter/ipset/ip_set_core.c
@@ -17,7 +17,7 @@
#include <linux/spinlock.h>
#include <linux/netlink.h>
#include <linux/rculist.h>
-#ifdef IPSET_EXTERNAL_MODULE
+#ifndef IPSET_IN_KERNEL_TREE
#include <linux/version.h>
#endif
#include <net/netlink.h>