summaryrefslogtreecommitdiffstats
path: root/fastjar
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-10 19:52:15 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-10 19:52:15 +0000
commit0e291bd87987b1acd6ceabcd683853092518a4a9 (patch)
treec8a852679c478db98d98a47f8386349765f7566a /fastjar
parent45f8ab39289f042c9ceb7b9c9498678712d3b670 (diff)
downloadppe42-gcc-0e291bd87987b1acd6ceabcd683853092518a4a9.tar.gz
ppe42-gcc-0e291bd87987b1acd6ceabcd683853092518a4a9.zip
2003-03-10 Mohan Embar <gnustuff@thisiscool.com>
* dostime.c: add #include <stddef.h> for definition of NULL git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64112 138bc75d-0d04-0410-961f-82ee72b054a4
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"
/*
OpenPOWER on IntegriCloud