summaryrefslogtreecommitdiffstats
path: root/include/rbtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rbtree.h')
-rw-r--r--include/rbtree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rbtree.h b/include/rbtree.h
index 26b6b44a..ac65283f 100644
--- a/include/rbtree.h
+++ b/include/rbtree.h
@@ -18,8 +18,8 @@
*
*/
-#ifndef _RBTREE_H
-#define _RBTREE_H
+#ifndef NFTABLES_RBTREE_H
+#define NFTABLES_RBTREE_H
#include <stddef.h>
@@ -95,4 +95,4 @@ static inline void rb_link_node(struct rb_node * node, struct rb_node * parent,
(pos) != NULL; \
(node) = (next))
-#endif /* _RBTREE_H */
+#endif /* NFTABLES_RBTREE_H */