diff options
Diffstat (limited to 'src/kernel/NeKit/Utils.h')
| -rw-r--r-- | src/kernel/NeKit/Utils.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kernel/NeKit/Utils.h b/src/kernel/NeKit/Utils.h index 71cae42b..aed3ac48 100644 --- a/src/kernel/NeKit/Utils.h +++ b/src/kernel/NeKit/Utils.h @@ -4,7 +4,8 @@ ======================================== */ -#pragma once +#ifndef NEKIT_UTILS_H +#define NEKIT_UTILS_H #include <NeKit/Config.h> @@ -70,3 +71,5 @@ inline constexpr SizeT oe_string_len(const CharType* str) { #endif } } // namespace Kernel + +#endif |
