diff options
author | Mohan Embar <gnustuff@thisiscool.com> | 2003-03-10 19:52:15 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2003-03-10 19:52:15 +0000 |
commit | a489d8b0846d82e25947100033fc336fd8c2085a (patch) | |
tree | c8a852679c478db98d98a47f8386349765f7566a /fastjar/dostime.c | |
parent | c068c63834776a4ee7cc563b4713fc867d11b5a5 (diff) | |
download | gcc-a489d8b0846d82e25947100033fc336fd8c2085a.zip gcc-a489d8b0846d82e25947100033fc336fd8c2085a.tar.gz gcc-a489d8b0846d82e25947100033fc336fd8c2085a.tar.bz2 |
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/dostime.c')
-rw-r--r-- | fastjar/dostime.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fastjar/dostime.c b/fastjar/dostime.c index 5117a82..b202705 100644 --- a/fastjar/dostime.c +++ b/fastjar/dostime.c @@ -21,6 +21,8 @@ #include <time.h> +#include <stddef.h> + #include "dostime.h" /* |