From 5ec794b4b537bc507010af28d2d93bb76d0972ac Mon Sep 17 00:00:00 2001 From: Mike Frsyinger Date: Sat, 14 Nov 2009 19:11:44 -0800 Subject: [PATCH] Add missing stdio.h include. --- ChangeLog | 4 ++++ posix/bug-regex29.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2939a2a3a0..dfd4a725da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-11-06 Mike Frsyinger + + * posix/bug-regex29.c: Include stdio.h. + 2009-11-14 Ulrich Drepper [BZ #10939] diff --git a/posix/bug-regex29.c b/posix/bug-regex29.c index bd796c6c2a..cfc9f99dbc 100644 --- a/posix/bug-regex29.c +++ b/posix/bug-regex29.c @@ -1,4 +1,5 @@ #include +#include static int do_test (void)