diff options
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Makefile | 2 | ||||
-rw-r--r-- | stdio-common/vfprintf.c | 2 | ||||
-rw-r--r-- | stdio-common/vfscanf.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 86c64762f5..95a606230a 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -21,7 +21,7 @@ # subdir := stdio-common -headers := stdio_lim.h printf.h +headers := bits/stdio_lim.h printf.h routines := \ ctermid cuserid \ diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index 856c65dbb5..db6f3e4842 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" 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 |