From 757beee151f9f56be2e49f7a82abc8a58734bca2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 21 Jul 2005 16:23:54 +0000 Subject: * wcsmbs/bits/wchar2.h (swprintf): Remove format argument. * debug/tst-chk1.c (do_test): Add test for swprintf with format being the last argument. 2005-07-21 Thorsten Kukuk * debug/getgroups_chk.c (__getgroups_chk): Fix return value. * stdio-common/fxprintf.c: Include string.h. --- stdio-common/fxprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common') 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 #include #include +#include int -- cgit v1.2.3