Add missing stdio.h include.

This commit is contained in:
Mike Frsyinger 2009-11-14 19:11:44 -08:00 committed by Ulrich Drepper
parent 0079dd2382
commit 5ec794b4b5
2 changed files with 5 additions and 0 deletions

View File

@ -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]

View File

@ -1,4 +1,5 @@
#include <regex.h>
#include <stdio.h>
static int
do_test (void)