# HG changeset patch # User Richard M. Stallman # Date 738709841 0 # Node ID 564f748751ea60c24e62a87770c505a9198c4b6d # Parent 4a1d8a11114975a6c912a27350032615f63939c6 [HPUX]: Include time.h and define __TIMEVAL__. diff -r 4a1d8a111149 -r 564f748751ea src/xfaces.c --- a/src/xfaces.c Sat May 29 21:03:32 1993 +0000 +++ b/src/xfaces.c Sat May 29 21:10:41 1993 +0000 @@ -34,6 +34,12 @@ #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