fix invalid free of duplocale object when malloc has been replaced
[musl] / src / unistd / close.c
index fa3c6ca..a2105f5 100644 (file)
@@ -1,7 +1,7 @@
 #include <unistd.h>
 #include <errno.h>
+#include "aio_impl.h"
 #include "syscall.h"
-#include "libc.h"
 
 static int dummy(int fd)
 {