diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 0c72456b141..d7594a051e0 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -34,6 +34,12 @@ 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. */ | ||
| 38 | #if HPUX | ||
| 39 | #include <time.h> | ||
| 40 | #define __TIMEVAL__ | ||
| 41 | #endif | ||
| 42 | |||
| 37 | /* Display Context for the icons */ | 43 | /* Display Context for the icons */ |
| 38 | #include <X11/Intrinsic.h> | 44 | #include <X11/Intrinsic.h> |
| 39 | #include <X11/StringDefs.h> | 45 | #include <X11/StringDefs.h> |