support archs with no renameat syscall, only renameat2
[musl] / src / stdio / ofl.c
index 0e3602a..f2d3215 100644 (file)
@@ -1,5 +1,5 @@
 #include "stdio_impl.h"
-#include "libc.h"
+#include "lock.h"
 
 static FILE *ofl_head;
 static volatile int ofl_lock[1];