summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/LockDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/LockDelegate.h')
-rw-r--r--src/kernel/KernelKit/LockDelegate.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/LockDelegate.h b/src/kernel/KernelKit/LockDelegate.h
index 51f86780..c3778e19 100644
--- a/src/kernel/KernelKit/LockDelegate.h
+++ b/src/kernel/KernelKit/LockDelegate.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef KERNELKIT_LOCKDELEGATE_H
+#define KERNELKIT_LOCKDELEGATE_H
#include <NeKit/Atom.h>
#include <NeKit/Config.h>
@@ -56,3 +57,5 @@ class LockDelegate final {
Atom<UInt> fLockStatus;
};
} // namespace Kernel
+
+#endif