summaryrefslogtreecommitdiffhomepage
path: root/src/libSystem/SystemKit/Err.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libSystem/SystemKit/Err.h')
-rw-r--r--src/libSystem/SystemKit/Err.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libSystem/SystemKit/Err.h b/src/libSystem/SystemKit/Err.h
index ea36abde..7e8dbee4 100644
--- a/src/libSystem/SystemKit/Err.h
+++ b/src/libSystem/SystemKit/Err.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef SYSTEMKIT_ERR_H
+#define SYSTEMKIT_ERR_H
#include <libSystem/SystemKit/Macros.h>
@@ -56,3 +57,5 @@ inline constexpr ErrRef kErrorUnimplemented = -1;
/// @brief The last error reported by the system to the process.
IMPORT_C ErrRef kLastError;
+
+#endif