aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/config.h')
-rw-r--r--src/misc/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/misc/config.h b/src/misc/config.h
index ab5b0ba..2800783 100644
--- a/src/misc/config.h
+++ b/src/misc/config.h
@@ -5,8 +5,8 @@
/**
* @file config.h
*/
-#ifndef ECGEN_CONFIG_H
-#define ECGEN_CONFIG_H
+#ifndef ECGEN_MISC_CONFIG_H
+#define ECGEN_MISC_CONFIG_H
#include <stdbool.h>
#include <stddef.h>
@@ -125,4 +125,4 @@ typedef struct {
extern config_t cfg_s;
extern config_t *cfg;
-#endif // ECGEN_CONFIG_H
+#endif // ECGEN_MISC_CONFIG_H