diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-10 19:52:15 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-10 19:52:15 +0000 |
commit | 0e291bd87987b1acd6ceabcd683853092518a4a9 (patch) | |
tree | c8a852679c478db98d98a47f8386349765f7566a /fastjar | |
parent | 45f8ab39289f042c9ceb7b9c9498678712d3b670 (diff) | |
download | gcc-0e291bd87987b1acd6ceabcd683853092518a4a9.tar.gz |
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/ChangeLog | 4 | ||||
-rw-r--r-- | fastjar/dostime.c | 2 |
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" /* |