aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 4e4d4699990..92679312b24 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
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 hpux. */
38#if HPUX 38#ifdef HPUX
39#include <time.h> 39#include <time.h>
40#define __TIMEVAL__ 40#define __TIMEVAL__
41#endif 41#endif