summaryrefslogtreecommitdiff
path: root/src/exhaustive/check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exhaustive/check.h')
-rw-r--r--src/exhaustive/check.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exhaustive/check.h b/src/exhaustive/check.h
index fc405a3..9aa5a3c 100644
--- a/src/exhaustive/check.h
+++ b/src/exhaustive/check.h
@@ -5,8 +5,8 @@
/**
* @file check.h
*/
-#ifndef ECGEN_CHECK_H
-#define ECGEN_CHECK_H
+#ifndef ECGEN_EXHAUSTIVE_CHECK_H
+#define ECGEN_EXHAUSTIVE_CHECK_H
#include "misc/types.h"
@@ -22,4 +22,4 @@ check_t *check_new(check_f one, ...);
*/
void check_free(check_t **check);
-#endif // ECGEN_CHECK_H
+#endif // ECGEN_EXHAUSTIVE_CHECK_H