mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Add missing stdio.h include.
This commit is contained in:
parent
0079dd2382
commit
5ec794b4b5
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
2009-11-14 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
[BZ #10939]
|
[BZ #10939]
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
static int
|
static int
|
||||||
do_test (void)
|
do_test (void)
|
||||||
|
|
Loading…
Add table
Reference in a new issue