summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/ZXD.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/ZXD.h')
-rw-r--r--src/kernel/KernelKit/ZXD.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/ZXD.h b/src/kernel/KernelKit/ZXD.h
index 1ead7b1f..b7d723d6 100644
--- a/src/kernel/KernelKit/ZXD.h
+++ b/src/kernel/KernelKit/ZXD.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef KERNELKIT_ZXD_H
+#define KERNELKIT_ZXD_H
#include <NeKit/Config.h>
@@ -57,3 +58,5 @@ inline constexpr auto kProsanName = ".pros";
using ZxdExecPtr = ZxdExec*;
using ZxdStubPtr = ZxdStub*;
} // namespace Kernel
+
+#endif