diff options
Diffstat (limited to 'stdio-common/vfprintf.c')
-rw-r--r-- | stdio-common/vfprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index 856c65d..db6f3e4 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -23,7 +23,7 @@ #include <stdlib.h> #include <errno.h> #include <wchar.h> -#include <libc-lock.h> +#include <bits/libc-lock.h> #include <sys/param.h> #include "_itoa.h" #include "../locale/localeinfo.h" |