2004-05-25 Jeff Johnston <jjohnstn@redhat.com>

* testsuite/include/check.h: Add include of <stdio.h>.
This commit is contained in:
Jeff Johnston 2004-05-25 20:52:21 +00:00
parent a675b75a0a
commit 9178da9597
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-05-25 Jeff Johnston <jjohnstn@redhat.com>
* testsuite/include/check.h: Add include of <stdio.h>.
2004-05-17 Corinna Vinschen <corinna@vinschen.de>
* libc/include/grp.h: Declare getgrnam_r and getgrgid_r also on Cygwin.

View File

@ -1,3 +1,5 @@
#include <stdio.h>
#define CHECK(a) { \
if (!(a)) \
{ \