diff options
author | Mike Frsyinger <vapier@gentoo.org> | 2009-11-14 19:11:44 -0800 |
---|---|---|
committer | Petr Baudis <pasky@ucw.cz> | 2009-11-18 10:06:22 +0100 |
commit | 3e224a852a7109e2efa1f07f15962235d12b7e63 (patch) | |
tree | 6bd36a0d1cb02c4d20543d3a73b714c96b5a7933 /posix | |
parent | dc2d2c7e915b0add3755d41bcd0739ed0e69c5d3 (diff) | |
download | glibc-3e224a852a7109e2efa1f07f15962235d12b7e63.tar.gz glibc-3e224a852a7109e2efa1f07f15962235d12b7e63.tar.xz glibc-3e224a852a7109e2efa1f07f15962235d12b7e63.zip |
Add missing stdio.h include.
(cherry picked from commit 5ec794b4b537bc507010af28d2d93bb76d0972ac)
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) |