mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Add missing stdio.h include.
This commit is contained in:
parent
0079dd2382
commit
5ec794b4b5
@ -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…
Reference in New Issue
Block a user