SystemError: Define _LUNA_SYSTEM_ERROR_EXTENSIONS to compile properly in hosted envs

This commit is contained in:
apio 2023-01-06 13:30:49 +01:00
parent 293b979e75
commit b27cefb9c5
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -1,3 +1,4 @@
#define _LUNA_SYSTEM_ERROR_EXTENSIONS
#include <luna/SystemError.h>
const char* error_string(int error)