summaryrefslogtreecommitdiff
path: root/xsltproc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-05-15 20:28:53 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-05-15 20:28:53 +0000
commitada71b3bb5b5e39f8cbe50f64d3b12c7b945f58e (patch)
tree3b71c0af3f4b4218ca3299ca7f6cebc55aa10f0f /xsltproc
parentc589bdcf678e0cf7cd38bc88f742dfa8122aea71 (diff)
downloadlibxslt-ada71b3bb5b5e39f8cbe50f64d3b12c7b945f58e.tar.gz
libxslt-ada71b3bb5b5e39f8cbe50f64d3b12c7b945f58e.tar.bz2
libxslt-ada71b3bb5b5e39f8cbe50f64d3b12c7b945f58e.zip
fixing portability bug #113002 on HP-UX cleanup of --with-python like for
* xsltproc/xsltproc.c: fixing portability bug #113002 on HP-UX * configure.in libxslt.spec.in python/Makefile.am: cleanup of --with-python like for libxml2 Daniel
Diffstat (limited to 'xsltproc')
-rw-r--r--xsltproc/xsltproc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c
index e15fbb4a..9f2ebe97 100644
--- a/xsltproc/xsltproc.c
+++ b/xsltproc/xsltproc.c
@@ -73,6 +73,10 @@
#endif
#endif /* WIN32 */
+#ifdef HAVE_SYS_TIMEB_H
+#include <sys/timeb.h>
+#endif
+
#ifndef HAVE_STAT
# ifdef HAVE__STAT
/* MS C library seems to define stat and _stat. The definition