aboutsummaryrefslogtreecommitdiff
path: root/_head.h
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-07-03 00:58:05 +0200
committerkdx <kikoodx@paranoici.org>2023-07-03 00:58:05 +0200
commita7ce97902e64a06d61c7b6bb6d3f8a92fedbb071 (patch)
tree6143cb059c26e1856bc17787fb976c9a3cb8aeaf /_head.h
parentea0485e7c4806d3407d2f86d52f4f28fed55331b (diff)
downloadtzr-a7ce97902e64a06d61c7b6bb6d3f8a92fedbb071.tar.gz
c++ emscripten fix
Diffstat (limited to '_head.h')
-rw-r--r--_head.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/_head.h b/_head.h
index a6ffa1e..0efaa41 100644
--- a/_head.h
+++ b/_head.h
@@ -1,5 +1,8 @@
/* Licensing information can be found at the end of the file. */
#pragma once
+#ifdef __EMSCRIPTEN__
+#include <emscripten.h>
+#endif
#ifdef __cplusplus
extern "C" {
#endif