Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing include
  • Loading branch information
hoodmane committed Jul 13, 2025
commit 789681e1c662bb23a3546cff201cd42bcdb01353
2 changes: 2 additions & 0 deletions Python/emscripten_syscalls.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "emscripten.h"

// If we're running in node, report the UID of the user in the native system as
// the UID of the user. Since the nodefs will report the uid correctly, if we
// don't make getuid report it correctly too we'll see some permission errors.
Expand Down
Loading