aboutsummaryrefslogtreecommitdiffstats
path: root/testSAX.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-03-01 13:21:26 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-03-01 13:21:26 +0000
commit3411d08e3cc2976c186559fb52819b73cceb0507 (patch)
treef49acd0087f0ee0b798b293b7eb128883307fa72 /testSAX.c
parent09a726f5abcd9e92eb04619fd945af8f92e2d21f (diff)
downloadandroid_external_libxml2-3411d08e3cc2976c186559fb52819b73cceb0507.tar.gz
android_external_libxml2-3411d08e3cc2976c186559fb52819b73cceb0507.tar.bz2
android_external_libxml2-3411d08e3cc2976c186559fb52819b73cceb0507.zip
fix a compilation problem about a missing timb include Daniel
* testSAX.c: fix a compilation problem about a missing timb include Daniel
Diffstat (limited to 'testSAX.c')
-rw-r--r--testSAX.c3
1 files changed, 3 insertions, 0 deletions
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 <sys/time.h>
#endif
+#ifdef HAVE_SYS_TIMEB_H
+#include <sys/timeb.h>
+#endif
#ifdef HAVE_TIME_H
#include <time.h>
#endif