summaryrefslogtreecommitdiff
path: root/fastjar
diff options
context:
space:
mode:
authorMohan Embar <gnustuff@thisiscool.com>2003-03-10 19:52:15 +0000
committerAndrew Haley <aph@gcc.gnu.org>2003-03-10 19:52:15 +0000
commita489d8b0846d82e25947100033fc336fd8c2085a (patch)
treec8a852679c478db98d98a47f8386349765f7566a /fastjar
parentc068c63834776a4ee7cc563b4713fc867d11b5a5 (diff)
downloadgcc-a489d8b0846d82e25947100033fc336fd8c2085a.tar.gz
dostime.c: add #include <stddef.h> for definition of NULL
2003-03-10 Mohan Embar <gnustuff@thisiscool.com> * dostime.c: add #include <stddef.h> for definition of NULL From-SVN: r64112
Diffstat (limited to 'fastjar')
-rw-r--r--fastjar/ChangeLog4
-rw-r--r--fastjar/dostime.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog
index f40370dbc29..33d8d6740b2 100644
--- a/fastjar/ChangeLog
+++ b/fastjar/ChangeLog
@@ -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.
diff --git a/fastjar/dostime.c b/fastjar/dostime.c
index 5117a82014e..b202705bec3 100644
--- a/fastjar/dostime.c
+++ b/fastjar/dostime.c
@@ -21,6 +21,8 @@
#include <time.h>
+#include <stddef.h>
+
#include "dostime.h"
/*