reduce spurious inclusion of libc.h
[musl] / src / stdio / fseek.c
index b160b74..26d9f7e 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include "libc.h"
 
 int __fseeko_unlocked(FILE *f, off_t off, int whence)
 {