diff options
author | Roland McGrath <roland@gnu.org> | 2005-07-22 05:26:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-07-22 05:26:10 +0000 |
commit | 8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4 (patch) | |
tree | 321af75dfc59fb444877f9915d0b94292448d894 /stdio-common | |
parent | 9b7265a7943cc11b773581ea46380becba2eebcb (diff) | |
download | glibc-8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4.tar.gz glibc-8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4.tar.xz glibc-8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4.zip |
Updated to fedora-glibc-20050722T0433
Diffstat (limited to 'stdio-common')
-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 298e5f22b0..3b3cc5cdda 100644 --- a/stdio-common/fxprintf.c +++ b/stdio-common/fxprintf.c @@ -22,6 +22,7 @@ #include <stdarg.h> #include <stdio.h> #include <wchar.h> +#include <string.h> int |