aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c4
1 files 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. */
34#include "blockinput.h" 34#include "blockinput.h"
35#include "window.h" 35#include "window.h"
36 36
37/* Compensate for bug in Xos.h on hpux. */ 37/* Compensate for bug in Xos.h on some systems. */
38#ifdef HPUX 38#ifdef XOS_NEEDS_TIME_H
39#include <time.h> 39#include <time.h>
40#define __TIMEVAL__ 40#define __TIMEVAL__
41#endif 41#endif