From ada71b3bb5b5e39f8cbe50f64d3b12c7b945f58e Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 15 May 2003 20:28:53 +0000 Subject: 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 --- xsltproc/xsltproc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xsltproc') 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 +#endif + #ifndef HAVE_STAT # ifdef HAVE__STAT /* MS C library seems to define stat and _stat. The definition -- cgit v1.2.3