diff src/xterm.c @ 39697:0b986bb45526

Include keymap.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Oct 2001 11:39:52 +0000
parents 5f60884970a8
children 236dd808d8ec
line wrap: on
line diff
--- a/src/xterm.c	Mon Oct 08 11:36:45 2001 +0000
+++ b/src/xterm.c	Mon Oct 08 11:39:52 2001 +0000
@@ -84,6 +84,7 @@
 #include "intervals.h"
 #include "process.h"
 #include "atimer.h"
+#include "keymap.h"
 
 #ifdef USE_X_TOOLKIT
 #include <X11/Shell.h>