summaryrefslogtreecommitdiffhomepage
path: root/src/libSystem/SystemKit/Syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libSystem/SystemKit/Syscall.h')
-rw-r--r--src/libSystem/SystemKit/Syscall.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libSystem/SystemKit/Syscall.h b/src/libSystem/SystemKit/Syscall.h
index 58d7d7f1..1d30782f 100644
--- a/src/libSystem/SystemKit/Syscall.h
+++ b/src/libSystem/SystemKit/Syscall.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef SYSTEMKIT_SYSCALL_H
+#define SYSTEMKIT_SYSCALL_H
#include <libSystem/SystemKit/System.h>
#include <cstdarg>
@@ -19,3 +20,5 @@ IMPORT_C UInt64 libsys_hash_64(const Char* path);
#ifndef SYSCALL_HASH
#define SYSCALL_HASH(str) libsys_hash_64(str)
#endif // !SYSCALL_HASH
+
+#endif