summaryrefslogtreecommitdiffstats
path: root/include/headers.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-03-18 07:17:10 +0100
committerPatrick McHardy <kaber@trash.net>2009-03-18 07:17:10 +0100
commitd1f959589a804ff01288ae2cc610d6679415d772 (patch)
tree00e3d17e47b73f04105cedfda203a9752b9262da /include/headers.h
parent6e92a6b2954e39e22405a1a6a0fba23f9788f7c4 (diff)
Fix use of reserved names in header sandwich
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/headers.h')
-rw-r--r--include/headers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/headers.h b/include/headers.h
index be20cec0..5bbfdc49 100644
--- a/include/headers.h
+++ b/include/headers.h
@@ -1,5 +1,5 @@
-#ifndef _HEADERS_H
-#define _HEADERS_H
+#ifndef NFTABLES_HEADERS_H
+#define NFTABLES_HEADERS_H
#ifndef IPPROTO_UDPLITE
# define IPPROTO_UDPLITE 136
@@ -116,4 +116,4 @@ struct ip6_mh {
/* RFC 5142 */
#define IP6_MH_TYPE_HASM 12 /* Home Agent Switch Message */
-#endif /* _HEADERS_H */
+#endif /* NFTABLES_HEADERS_H */