X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstdio%2Fofl.c;h=f2d3215a9e7d7eec8f32351991f3ec8b4d270fc9;hb=59b64ff686cef2a87e9552658b2c8d2531f87176;hp=0e3602aa58e4dc2639d2075266b9da89a75751c1;hpb=32482f61da7650ff10741bd5aedd66bbc3ea165b;p=musl 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];