aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/term.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index 44a83b6a4c8..6d53664949e 100644
--- a/src/term.c
+++ b/src/term.c
@@ -51,6 +51,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
51static int been_here = -1; 51static int been_here = -1;
52#endif 52#endif
53 53
54#ifdef USE_X_TOOLKIT
55#include "../lwlib/lwlib.h"
56#endif
57
54#include "cm.h" 58#include "cm.h"
55#ifdef HAVE_X_WINDOWS 59#ifdef HAVE_X_WINDOWS
56#include "xterm.h" 60#include "xterm.h"