diff options
Diffstat (limited to 'src/stdio/ofl.c')
-rw-r--r-- | src/stdio/ofl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/ofl.c b/src/stdio/ofl.c index 0e3602a..f2d3215 100644 --- a/src/stdio/ofl.c +++ b/src/stdio/ofl.c @@ -1,5 +1,5 @@ #include "stdio_impl.h" -#include "libc.h" +#include "lock.h" static FILE *ofl_head; static volatile int ofl_lock[1]; |