This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] bug-regex29: add missing stdio.h include


2009-11-06  Mike Frsyinger  <vapier@gentoo.org>

	* posix/bug-regex29.c: Include stdio.h.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 posix/bug-regex29.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/posix/bug-regex29.c b/posix/bug-regex29.c
index bd796c6..cfc9f99 100644
--- a/posix/bug-regex29.c
+++ b/posix/bug-regex29.c
@@ -1,4 +1,5 @@
 #include <regex.h>
+#include <stdio.h>
 
 static int
 do_test (void)
-- 
1.6.5.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]