1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

[HPUX]: Include time.h and define __TIMEVAL__.

This commit is contained in:
Richard M. Stallman 1993-05-29 21:10:41 +00:00
parent 85e28fa2a7
commit e11d186d50

View 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>