summaryrefslogtreecommitdiff
path: root/src/stdio/ofl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/ofl.c')
-rw-r--r--src/stdio/ofl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/ofl.c b/src/stdio/ofl.c
index 0e3602aa..f2d3215a 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];