]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing stdio.h include.
authorMike Frsyinger <vapier@gentoo.org>
Sun, 15 Nov 2009 03:11:44 +0000 (19:11 -0800)
committerPetr Baudis <pasky@ucw.cz>
Wed, 18 Nov 2009 09:06:22 +0000 (10:06 +0100)
(cherry picked from commit 5ec794b4b537bc507010af28d2d93bb76d0972ac)

ChangeLog
posix/bug-regex29.c

index aaa46bee32b1d3ecd56396bd3430e9dac11713a0..57090cb2d3bf8d23c76c6c56d5f9fa580fc6c91e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-06  Mike Frsyinger  <vapier@gentoo.org>
+
+       * posix/bug-regex29.c: Include stdio.h.
+
 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
index bd796c6c2a239b59280f64041e6842a45c56e912..cfc9f99dbcccb5b73b4a1497a1f802d039a46b5f 100644 (file)
@@ -1,4 +1,5 @@
 #include <regex.h>
+#include <stdio.h>
 
 static int
 do_test (void)