diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-08 20:06:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-08 20:06:29 +0000 |
commit | e62995c1121da99a64657bb952b20d08de0b932e (patch) | |
tree | 2289c61549108e4eaefafcb026c7d17015bb0afe | |
parent | dc4bb1c2be1370fafd597602eb2b009cf10c025b (diff) | |
download | glibc-e62995c1121da99a64657bb952b20d08de0b932e.tar.gz glibc-e62995c1121da99a64657bb952b20d08de0b932e.tar.xz glibc-e62995c1121da99a64657bb952b20d08de0b932e.zip |
* stdio-common/fxprintf.c: Include libioP.h.
-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 |