diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | stdio-common/fxprintf.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 73cb66b21f..489320ec87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-08-08 Jakub Jelinek <jakub@redhat.com> + * stdio-common/fxprintf.c: Include libioP.h. + * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname, getdomainname): Add __NTH. * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs): diff --git a/stdio-common/fxprintf.c b/stdio-common/fxprintf.c index ff6a98e94b..f6ba0ca558 100644 --- a/stdio-common/fxprintf.c +++ b/stdio-common/fxprintf.c @@ -23,6 +23,7 @@ #include <stdio.h> #include <wchar.h> #include <string.h> +#include <libioP.h> int |