From e11d186d507f23cac20254ccc6014ef581af9990 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 May 1993 21:10:41 +0000 Subject: [PATCH] [HPUX]: Include time.h and define __TIMEVAL__. --- src/xfaces.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/xfaces.c b/src/xfaces.c index 0c72456b14..d7594a051e 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -34,6 +34,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "blockinput.h" #include "window.h" +/* Compensate for bug in Xos.h on hpux. */ +#if HPUX +#include +#define __TIMEVAL__ +#endif + /* Display Context for the icons */ #include #include -- 2.39.2