[xslt] <sys/timeb.h> needed in xsltproc/xsltproc.c



HP-UX needs <sys/timeb.h> for the 'struct timeb' definition.

-- 
albert chin (china@thewrittenword.com)

-- snip snip
--- xsltproc/xsltproc.c.orig	2003-06-22 03:09:57.000000000 -0500
+++ xsltproc/xsltproc.c	2003-06-22 03:10:06.000000000 -0500
@@ -18,6 +18,9 @@
 #ifdef HAVE_TIME_H
 #include <time.h>
 #endif
+#ifdef HAVE_SYS_TIMEB_H
+#include <sys/timeb.h>
+#endif
 #ifdef HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]