fix integer overflow in WIFSTOPPED macro
[musl] / src / stdio / __stdio_close.c
index 79452bd..3029132 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include "aio_impl.h"
 
 static int dummy(int fd)
 {