clean up stdio_impl.h
[musl] / src / stdio / ftell.c
index 3904a1d..82371e3 100644 (file)
@@ -1,4 +1,6 @@
 #include "stdio_impl.h"
+#include <limits.h>
+#include <errno.h>
 
 off_t __ftello_unlocked(FILE *f)
 {