From 5ec794b4b537bc507010af28d2d93bb76d0972ac Mon Sep 17 00:00:00 2001 From: Mike Frsyinger Date: Sat, 14 Nov 2009 19:11:44 -0800 Subject: Add missing stdio.h include. --- posix/bug-regex29.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix/bug-regex29.c') 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 +#include static int do_test (void) -- cgit v1.1