diff options
Diffstat (limited to 'tools/d2c/helpers.h')
-rw-r--r-- | tools/d2c/helpers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/d2c/helpers.h b/tools/d2c/helpers.h index 8c39a85..1df821c 100644 --- a/tools/d2c/helpers.h +++ b/tools/d2c/helpers.h @@ -21,8 +21,8 @@ */ -#ifndef _TOOLS_HELPERS_H -#define _TOOLS_HELPERS_H +#ifndef _TOOLS_D2C_HELPERS_H +#define _TOOLS_D2C_HELPERS_H #include <ctype.h> @@ -44,4 +44,4 @@ char *make_callable(const char *raw, bool); -#endif /* _TOOLS_HELPERS_H */ +#endif /* _TOOLS_D2C_HELPERS_H */ |