Commit a489d8b0 by Mohan Embar Committed by Andrew Haley

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
parent c068c638
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.
......
......@@ -21,6 +21,8 @@
#include <time.h>
#include <stddef.h>
#include "dostime.h"
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment