diff options
Diffstat (limited to 'stdio-common/vfscanf.c')
-rw-r--r-- | stdio-common/vfscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index 0b24b8bb52..bce319eeaf 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -25,7 +25,7 @@ #include <stdlib.h> #include <string.h> #include <wctype.h> -#include <libc-lock.h> +#include <bits/libc-lock.h> #ifdef __GNUC__ #define HAVE_LONGLONG |