summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-02-16 19:28:59 +0100
committerAndre Weissflog <floooh@gmail.com>2023-02-16 19:28:59 +0100
commit1b9b047099a249281112262259135fe699e36342 (patch)
treeead6754e8823a6d3202946e02622f7bff68ba962
parentbc5e28a55357b6743403be19b32ea2009912a08e (diff)
sokol_log.h emsc: include emscripten.h instead of em_js.h, should fix #791
-rw-r--r--sokol_log.h2
1 files changed, 1 insertions, 1 deletions
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 <stddef.h> // size_t
#if defined(_SLOG_EMSCRIPTEN)
-#include <emscripten/em_js.h>
+#include <emscripten/emscripten.h>
#elif defined(_SLOG_WINDOWS)
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN