[HAVE_X_WINDOWS]: Include xterm.h.
This commit is contained in:
parent
a4b9d3da05
commit
c5e3b6c5c1
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#include "systty.h"
|
||||
#include "systime.h"
|
||||
|
||||
/* This is to get the definitions of the XK_ symbols. */
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
#include "xterm.h"
|
||||
#endif
|
||||
|
||||
extern int errno;
|
||||
|
||||
/* Variables for blockinput.h: */
|
||||
|
|
Loading…
Add table
Reference in a new issue