select: fix 64-bit timeout truncation on pre-time64 kernels
[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)
 {