]> code.delx.au - gnu-emacs/commitdiff
[HPUX]: Include time.h and define __TIMEVAL__.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 21:10:41 +0000 (21:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 21:10:41 +0000 (21:10 +0000)
src/xfaces.c

index 0c72456b141f34606adc0f9fb6ca654b0de71fb1..d7594a051e00544e7e54141d584ed32f0e7cdf00 100644 (file)
@@ -34,6 +34,12 @@ 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.  */
+#if HPUX
+#include <time.h>
+#define __TIMEVAL__
+#endif
+
 /* Display Context for the icons */ 
 #include <X11/Intrinsic.h>
 #include <X11/StringDefs.h>