summaryrefslogtreecommitdiffstats
path: root/include/gmputil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gmputil.h')
-rw-r--r--include/gmputil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gmputil.h b/include/gmputil.h
index 41a6c270..88be697a 100644
--- a/include/gmputil.h
+++ b/include/gmputil.h
@@ -1,5 +1,5 @@
-#ifndef _GMPUTIL_H
-#define _GMPUTIL_H
+#ifndef NFTABLES_GMPUTIL_H
+#define NFTABLES_GMPUTIL_H
#include <gmp.h>
@@ -39,4 +39,4 @@ extern void mpz_import_data(mpz_t rop, const void *data,
unsigned int len);
extern void mpz_switch_byteorder(mpz_t rop, unsigned int len);
-#endif /* _GMPUTIL_H */
+#endif /* NFTABLES_GMPUTIL_H */