From 6233db358f19a93d728907e913a8a5dcde6e9178 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 2 Jun 1993 20:15:43 +0000 Subject: [PATCH] Test XOS_NEEDS_TIME_H, not HPUX, for including time.hj. --- src/xfaces.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xfaces.c b/src/xfaces.c index e7aff5826c6..fc56bb4a8a7 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -34,8 +34,8 @@ 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. */ -#ifdef HPUX +/* Compensate for bug in Xos.h on some systems. */ +#ifdef XOS_NEEDS_TIME_H #include #define __TIMEVAL__ #endif -- 2.11.4.GIT