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 f40370d..33d8d67 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 5117a82..b202705 100644 (file)
@@ -21,6 +21,8 @@
 
 #include <time.h>
 
+#include <stddef.h>
+
 #include "dostime.h"
 
 /*