diff src/keymap.c @ 39697:0b986bb45526

Include keymap.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Oct 2001 11:39:52 +0000
parents 0572449a62be
children ca47b878d8ab
line wrap: on
line diff
--- a/src/keymap.c	Mon Oct 08 11:36:45 2001 +0000
+++ b/src/keymap.c	Mon Oct 08 11:39:52 2001 +0000
@@ -31,6 +31,7 @@
 #include "blockinput.h"
 #include "puresize.h"
 #include "intervals.h"
+#include "keymap.h"
 
 /* The number of elements in keymap vectors.  */
 #define DENSE_TABLE_SIZE (0200)