]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-top-half/musl/src/stdio/__stdio_close.c
Update to musl 1.2.2.
[wasi-libc.git] / libc-top-half / musl / src / stdio / __stdio_close.c
index 21a678c78445f5b8491adfdbad6bbfe71c6b5017..0d7c91e6083ec11e578fd04ebcfba2dd84d93a00 100644 (file)
@@ -3,6 +3,7 @@
 #include <unistd.h>
 #endif
 #include "stdio_impl.h"
+#include "aio_impl.h"
 
 #if defined(__wasilibc_unmodified_upstream) || defined(_REENTRANT)
 static int dummy(int fd)