summaryrefslogtreecommitdiffstats
path: root/include/xtables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xtables.h')
-rw-r--r--include/xtables.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/xtables.h b/include/xtables.h
index de5ecb13..f81daad6 100644
--- a/include/xtables.h
+++ b/include/xtables.h
@@ -2,6 +2,7 @@
#define _XTABLES_H
#include <sys/types.h>
+#include <linux/types.h>
#include <linux/netfilter/x_tables.h>
#include <libiptc/libxtc.h>
@@ -234,9 +235,4 @@ extern const char *program_name, *program_version;
extern void init_extensions(void);
#endif
-#define __be32 u_int32_t
-#define __le32 u_int32_t
-#define __be16 u_int16_t
-#define __le16 u_int16_t
-
#endif /* _XTABLES_H */