From: Mike Frsyinger Date: Sun, 15 Nov 2009 03:11:44 +0000 (-0800) Subject: Add missing stdio.h include. X-Git-Tag: glibc-2.11.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e224a852a7109e2efa1f07f15962235d12b7e63;p=thirdparty%2Fglibc.git Add missing stdio.h include. (cherry picked from commit 5ec794b4b537bc507010af28d2d93bb76d0972ac) --- diff --git a/ChangeLog b/ChangeLog index aaa46bee32b..57090cb2d3b 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 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and diff --git a/posix/bug-regex29.c b/posix/bug-regex29.c index bd796c6c2a2..cfc9f99dbcc 100644 --- a/posix/bug-regex29.c +++ b/posix/bug-regex29.c @@ -1,4 +1,5 @@ #include +#include static int do_test (void)