diff options
Diffstat (limited to 'misc/error.c')
-rw-r--r-- | misc/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/error.c b/misc/error.c index aaa120d5ab..aa3054d9ee 100644 --- a/misc/error.c +++ b/misc/error.c @@ -85,7 +85,7 @@ extern void __error_at_line (int status, int errnum, const char *file_name, # undef putc # define putc(c, fp) _IO_putc (c, fp) -# include <bits/libc-lock.h> +# include <libc-lock.h> #else /* not _LIBC */ |