]> 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)
committerUlrich Drepper <drepper@redhat.com>
Sun, 15 Nov 2009 03:11:44 +0000 (19:11 -0800)
ChangeLog
posix/bug-regex29.c

index 2939a2a3a0098f84ca3edbead6a615e1d5a0f83c..dfd4a725da15489e086eb377e26e1b41352aa2e0 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>
 
        [BZ #10939]
index bd796c6c2a239b59280f64041e6842a45c56e912..cfc9f99dbcccb5b73b4a1497a1f802d039a46b5f 100644 (file)
@@ -1,4 +1,5 @@
 #include <regex.h>
+#include <stdio.h>
 
 static int
 do_test (void)