From c1f0486aa07e29c79de14a5b43519355302a20f8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 23 Jan 2007 16:39:34 +0000 Subject: * stdio-common/_itoa.c: Include . * stdio-common/_itowa.c: Likewise. --- ChangeLog | 5 +++++ stdio-common/_itoa.c | 1 + stdio-common/_itowa.c | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 520b3ec..bc4a7f7 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 14ee85d..373843f 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 6f41d17..09a961d 100644 --- a/stdio-common/_itowa.c +++ b/stdio-common/_itowa.c @@ -21,6 +21,7 @@ #include #include +#include #include #include -- cgit v1.1