fix a compilation problem about a missing timb include Daniel

* testSAX.c: fix a compilation problem about a missing timb include
Daniel
diff --git a/testSAX.c b/testSAX.c
index accd2f3..f394078 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