Skip to content

Commit 789681e

Browse files
committed
Add missing include
1 parent f2a7202 commit 789681e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/emscripten_syscalls.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include "emscripten.h"
2+
13
// If we're running in node, report the UID of the user in the native system as
24
// the UID of the user. Since the nodefs will report the uid correctly, if we
35
// don't make getuid report it correctly too we'll see some permission errors.

0 commit comments

Comments
 (0)