summaryrefslogtreecommitdiff
path: root/include/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/errors.h')
-rw-r--r--include/errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/errors.h b/include/errors.h
index 0da4bb59..21978bd8 100644
--- a/include/errors.h
+++ b/include/errors.h
@@ -1,3 +1,6 @@
+#ifndef SHIM_ERRORS_H
+#define SHIM_ERRORS_H
+
#include <efierr.h>
#ifndef EFI_INCOMPATIBLE_VERSION
@@ -7,3 +10,4 @@
#define EFI_SECURITY_VIOLATION EFIERR(26)
#endif
+#endif /* SHIM_ERRORS_H */