use syscall_arg_t and __scc macro for arguments to __alt_socketcall
[musl] / src / stdio / swscanf.c
index d893fba..03d572d 100644 (file)
@@ -1,6 +1,5 @@
 #include <stdarg.h>
 #include <wchar.h>
-#include "libc.h"
 
 int swscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, ...)
 {