mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
c068c63834
commit
a489d8b084
|
@ -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>
|
2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
|
||||||
|
|
||||||
* fastjar.texi: Update to GFDL 1.2.
|
* fastjar.texi: Update to GFDL 1.2.
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "dostime.h"
|
#include "dostime.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue