reduce spurious inclusion of libc.h
[musl] / src / stdio / open_wmemstream.c
index a7c3a64..ed1b561 100644 (file)
@@ -3,6 +3,8 @@
 #include <errno.h>
 #include <limits.h>
 #include <string.h>
+#include <stdlib.h>
+#include "libc.h"
 
 struct cookie {
        wchar_t **bufp;