From b27cefb9c59670c96461a9fbb7831213a0ebea86 Mon Sep 17 00:00:00 2001 From: apio Date: Fri, 6 Jan 2023 13:30:49 +0100 Subject: [PATCH] SystemError: Define _LUNA_SYSTEM_ERROR_EXTENSIONS to compile properly in hosted envs --- luna/src/SystemError.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/luna/src/SystemError.cpp b/luna/src/SystemError.cpp index 74586781..5237d5a7 100644 --- a/luna/src/SystemError.cpp +++ b/luna/src/SystemError.cpp @@ -1,3 +1,4 @@ +#define _LUNA_SYSTEM_ERROR_EXTENSIONS #include const char* error_string(int error)