summaryrefslogtreecommitdiffstats
path: root/include/exthdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exthdr.h')
-rw-r--r--include/exthdr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/exthdr.h b/include/exthdr.h
index 8ef0b395..62e69bd2 100644
--- a/include/exthdr.h
+++ b/include/exthdr.h
@@ -1,5 +1,5 @@
-#ifndef _EXTHDR_H
-#define _EXTHDR_H
+#ifndef NFTABLES_EXTHDR_H
+#define NFTABLES_EXTHDR_H
/**
* struct exthdr_desc - extension header description
@@ -81,4 +81,4 @@ extern const struct exthdr_desc exthdr_frag;
extern const struct exthdr_desc exthdr_dst;
extern const struct exthdr_desc exthdr_mh;
-#endif /* _EXTHDR_H */
+#endif /* NFTABLES_EXTHDR_H */