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 2939a2a..dfd4a72 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 bd796c6..cfc9f99 100644 (file)
@@ -1,4 +1,5 @@
 #include <regex.h>
+#include <stdio.h>
 
 static int
 do_test (void)