From 3411d08e3cc2976c186559fb52819b73cceb0507 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 1 Mar 2004 13:21:26 +0000 Subject: [PATCH] fix a compilation problem about a missing timb include Daniel * testSAX.c: fix a compilation problem about a missing timb include Daniel --- ChangeLog | 4 ++++ testSAX.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 466b026b..ec44b5e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 1 15:22:06 CET 2004 Daniel Veillard + + * testSAX.c: fix a compilation problem about a missing timb include + Sat Feb 28 22:35:32 HKT 2004 William Brack * testSAX.c: small enhancement to prevent trying to print diff --git a/testSAX.c b/testSAX.c index accd2f31..f3940781 100644 --- a/testSAX.c +++ b/testSAX.c @@ -11,6 +11,9 @@ #ifdef HAVE_SYS_TIME_H #include #endif +#ifdef HAVE_SYS_TIMEB_H +#include +#endif #ifdef HAVE_TIME_H #include #endif