From 1b9b047099a249281112262259135fe699e36342 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Thu, 16 Feb 2023 19:28:59 +0100 Subject: sokol_log.h emsc: include emscripten.h instead of em_js.h, should fix #791 --- sokol_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sokol_log.h b/sokol_log.h index 24bb72e6..87f78d75 100644 --- a/sokol_log.h +++ b/sokol_log.h @@ -193,7 +193,7 @@ SOKOL_LOG_API_DECL void slog_func(const char* tag, uint32_t log_level, uint32_t #include // size_t #if defined(_SLOG_EMSCRIPTEN) -#include +#include #elif defined(_SLOG_WINDOWS) #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN -- cgit v1.2.3