diff options
author | Mike Frsyinger <vapier@gentoo.org> | 2009-11-14 19:11:44 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-14 19:11:44 -0800 |
commit | 5ec794b4b537bc507010af28d2d93bb76d0972ac (patch) | |
tree | c3766ab47f970e2e02db4334a4b6d34429bb4b02 /posix | |
parent | 0079dd2382eba185d22410a1d3088dc7146bc00a (diff) | |
download | glibc-5ec794b4b537bc507010af28d2d93bb76d0972ac.tar glibc-5ec794b4b537bc507010af28d2d93bb76d0972ac.tar.gz glibc-5ec794b4b537bc507010af28d2d93bb76d0972ac.tar.bz2 glibc-5ec794b4b537bc507010af28d2d93bb76d0972ac.zip |
Add missing stdio.h include.
Diffstat (limited to 'posix')
-rw-r--r-- | 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 bd796c6c2a..cfc9f99dbc 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) |