diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-03-01 13:21:26 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-03-01 13:21:26 +0000 |
commit | 3411d08e3cc2976c186559fb52819b73cceb0507 (patch) | |
tree | f49acd0087f0ee0b798b293b7eb128883307fa72 /testSAX.c | |
parent | 09a726f5abcd9e92eb04619fd945af8f92e2d21f (diff) | |
download | libxml2-3411d08e3cc2976c186559fb52819b73cceb0507.tar.gz |
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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |