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:
parent
85e28fa2a7
commit
e11d186d50
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue