res_send: use a temp buffer if caller's buffer is under 512 bytes
[musl] / src / stdio / vwscanf.c
index 63c9cce..5a3931e 100644 (file)
@@ -1,7 +1,6 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <wchar.h>
-#include "libc.h"
 
 int vwscanf(const wchar_t *restrict fmt, va_list ap)
 {