summaryrefslogtreecommitdiffstats
path: root/include/erec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/erec.h')
-rw-r--r--include/erec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/erec.h b/include/erec.h
index 51f39588..25df1d0f 100644
--- a/include/erec.h
+++ b/include/erec.h
@@ -1,5 +1,5 @@
-#ifndef _EREC_H
-#define _EREC_H
+#ifndef NFTABLES_EREC_H
+#define NFTABLES_EREC_H
#include <nftables.h>
#include <utils.h>
@@ -61,4 +61,4 @@ static inline void erec_queue(struct error_record *erec,
extern void erec_print(FILE *f, const struct error_record *erec);
extern void erec_print_list(FILE *f, struct list_head *list);
-#endif /* _EREC_H */
+#endif /* NFTABLES_EREC_H */