clean up stdio_impl.h
[musl] / src / stdio / freopen.c
index 7ae116d..6c1b575 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include <fcntl.h>
 
 /* The basic idea of this implementation is to open a new FILE,
  * hack the necessary parts of the new FILE into the old one, then