fix a compilation problem about a missing timb include Daniel

* testSAX.c: fix a compilation problem about a missing timb include
Daniel
This commit is contained in:
Daniel Veillard 2004-03-01 13:21:26 +00:00
parent 09a726f5ab
commit 3411d08e3c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
* testSAX.c: fix a compilation problem about a missing timb include
Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
* testSAX.c: small enhancement to prevent trying to print

View File

@ -11,6 +11,9 @@
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifdef HAVE_SYS_TIMEB_H
#include <sys/timeb.h>
#endif
#ifdef HAVE_TIME_H
#include <time.h>
#endif