Mercurial > emacs
changeset 3277:564f748751ea
[HPUX]: Include time.h and define __TIMEVAL__.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 May 1993 21:10:41 +0000 |
parents | 4a1d8a111149 |
children | 6376735acde8 |
files | src/xfaces.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <time.h> +#define __TIMEVAL__ +#endif + /* Display Context for the icons */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h>