Skip to content

Commit

Permalink
libwasi: Fix a TOYWASM_OLD_WASI_LIBC check
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Nov 29, 2024
1 parent 67b61de commit 2d21dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libwasi/wasi_abi_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <assert.h>
#include <errno.h>
#include <fcntl.h> /* for TOYWASM_OLD_WASI_LIBC check below */
#include <inttypes.h>
#include <limits.h>
#include <stdlib.h>
Expand Down

0 comments on commit 2d21dd2

Please sign in to comment.