From a489d8b0846d82e25947100033fc336fd8c2085a Mon Sep 17 00:00:00 2001 From: Mohan Embar Date: Mon, 10 Mar 2003 19:52:15 +0000 Subject: [PATCH] dostime.c: add #include for definition of NULL 2003-03-10 Mohan Embar * dostime.c: add #include for definition of NULL From-SVN: r64112 --- fastjar/ChangeLog | 4 ++++ fastjar/dostime.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog index f40370d..33d8d67 100644 --- a/fastjar/ChangeLog +++ b/fastjar/ChangeLog @@ -1,3 +1,7 @@ +2003-03-10 Mohan Embar + + * dostime.c: add #include for definition of NULL + 2003-02-04 Joseph S. Myers * fastjar.texi: Update to GFDL 1.2. 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 +#include + #include "dostime.h" /* -- 2.7.4