summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/Config.h')
-rw-r--r--src/kernel/KernelKit/Config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/kernel/KernelKit/Config.h b/src/kernel/KernelKit/Config.h
index f0d1e106..3b185a35 100644
--- a/src/kernel/KernelKit/Config.h
+++ b/src/kernel/KernelKit/Config.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef KERNELKIT_CONFIG_H
+#define KERNELKIT_CONFIG_H
#include <NeKit/Config.h>
@@ -16,4 +17,6 @@ class UserProcessScheduler;
class IDylibObject;
class UserProcess;
class KernelTask;
-} // namespace Kernel \ No newline at end of file
+} // namespace Kernel
+
+#endif