diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-05-15 20:28:53 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-05-15 20:28:53 +0000 |
commit | ada71b3bb5b5e39f8cbe50f64d3b12c7b945f58e (patch) | |
tree | 3b71c0af3f4b4218ca3299ca7f6cebc55aa10f0f /xsltproc | |
parent | c589bdcf678e0cf7cd38bc88f742dfa8122aea71 (diff) | |
download | libxslt-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.c | 4 |
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 |