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

View: New views
1 Messages — Rating Filter:   Alert me  

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

by Mike Frysinger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

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

Signed-off-by: Mike Frysinger <vapier@...>
---
 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