summaryrefslogtreecommitdiffstats
path: root/userspace
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2010-12-18 16:14:35 +0000
committerBart De Schuymer <bdschuym@pandora.be>2010-12-18 16:14:35 +0000
commita95517ba2f2579b7b831a17094c1a3a07062d307 (patch)
tree6a2761213c3f0cbd4caaae3b3d9e79c06f8eb723 /userspace
parentae4c0c915f25eebd7cb887bc72de6e9ab07d4788 (diff)
define __EXPORTED_HEADERS__ so we don't get warnings about: Attempt to use kernel headers from user space
Diffstat (limited to 'userspace')
-rw-r--r--userspace/ebtables2/include/ebtables_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h
index 910c213..006e2dd 100644
--- a/userspace/ebtables2/include/ebtables_u.h
+++ b/userspace/ebtables2/include/ebtables_u.h
@@ -23,6 +23,7 @@
#ifndef EBTABLES_U_H
#define EBTABLES_U_H
+#define __EXPORTED_HEADERS__
#include <netinet/in.h>
#include <linux/netfilter_bridge/ebtables.h>
#include <linux/netfilter/x_tables.h>