]> sourceware.org Git - newlib-cygwin.git/commitdiff
2004-05-25 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 25 May 2004 20:52:21 +0000 (20:52 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 25 May 2004 20:52:21 +0000 (20:52 +0000)
        * testsuite/include/check.h: Add include of <stdio.h>.

newlib/ChangeLog
newlib/testsuite/include/check.h

index 9a3a309c0d24bbf3b43e20902e83953b69bcbec1..d8269c792ce3a35ce7433a25603ad07f8985a3d2 100644 (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.
index 0072771e6282ef44e466526dc3f00edbd7143316..8c95441af0c1a7de1061a8fc554eb73b301dd127 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 #define CHECK(a) { \
   if (!(a)) \
     { \
This page took 0.044244 seconds and 5 git commands to generate.