mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
32a3c9d7d7
OK tb@
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
Index: src/shell/lean_js.h
|
|
--- src/shell/lean_js.h.orig
|
|
+++ src/shell/lean_js.h
|
|
@@ -6,6 +6,7 @@ Author: Leonardo de Moura
|
|
*/
|
|
#pragma once
|
|
#include <string>
|
|
+#include <cstdint>
|
|
void initialize_emscripten();
|
|
void finalize_emscripten();
|
|
int emscripten_process_request(uintptr_t msg);
|