dostime.c: add #include <stddef.h> for definition of NULL
authorMohan Embar <gnustuff@thisiscool.com>
Mon, 10 Mar 2003 19:52:15 +0000 (19:52 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Mon, 10 Mar 2003 19:52:15 +0000 (19:52 +0000)
2003-03-10  Mohan Embar  <gnustuff@thisiscool.com>

        * dostime.c: add #include <stddef.h> for definition of NULL

From-SVN: r64112

fastjar/ChangeLog
fastjar/dostime.c

index f40370dbc291be086d252027823bd7b82120b3cb..33d8d6740b2318dd7f67befc95d8f6a3a3adf203 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-10  Mohan Embar  <gnustuff@thisiscool.com>
+
+       * dostime.c: add #include <stddef.h> for definition of NULL
+
 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        * fastjar.texi: Update to GFDL 1.2.
index 5117a82014ecc48747521789846481283e8e674e..b202705bec3307a2705192c4201c5f4d6db66fc8 100644 (file)
@@ -21,6 +21,8 @@
 
 #include <time.h>
 
+#include <stddef.h>
+
 #include "dostime.h"
 
 /*