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 /stdio-common/fxprintf.c | |
parent | dc4bb1c2be1370fafd597602eb2b009cf10c025b (diff) | |
download | glibc-e62995c1121da99a64657bb952b20d08de0b932e.tar.gz glibc-e62995c1121da99a64657bb952b20d08de0b932e.tar.xz glibc-e62995c1121da99a64657bb952b20d08de0b932e.zip |
* stdio-common/fxprintf.c: Include libioP.h.
Diffstat (limited to 'stdio-common/fxprintf.c')
-rw-r--r-- | stdio-common/fxprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |