Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing stdio.h include.
  • Loading branch information
Mike Frsyinger authored and Ulrich Drepper committed Nov 15, 2009
1 parent 0079dd2 commit 5ec794b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -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]
Expand Down
1 change: 1 addition & 0 deletions posix/bug-regex29.c
@@ -1,4 +1,5 @@
#include <regex.h>
#include <stdio.h>

static int
do_test (void)
Expand Down

0 comments on commit 5ec794b

Please sign in to comment.