From: Ulrich Drepper Date: Tue, 23 Jan 2007 16:39:34 +0000 (+0000) Subject: * stdio-common/_itoa.c: Include . X-Git-Tag: cvs/fedora-glibc-20070202T0923~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1f0486aa07e29c79de14a5b43519355302a20f8;p=thirdparty%2Fglibc.git * stdio-common/_itoa.c: Include . * stdio-common/_itowa.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 520b3ecc0dd..bc4a7f76341 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-23 Ulrich Drepper + + * stdio-common/_itoa.c: Include . + * stdio-common/_itowa.c: Likewise. + 2007-01-22 Ulrich Drepper * stdio-common/_itowa.c: Don't compile _itowa for 64-bit diff --git a/stdio-common/_itoa.c b/stdio-common/_itoa.c index 14ee85d4e0a..373843f1cd2 100644 --- a/stdio-common/_itoa.c +++ b/stdio-common/_itoa.c @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/stdio-common/_itowa.c b/stdio-common/_itowa.c index 6f41d17f0e3..09a961dfafa 100644 --- a/stdio-common/_itowa.c +++ b/stdio-common/_itowa.c @@ -21,6 +21,7 @@ #include #include +#include #include #include