diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-09-19 00:12:39 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-09-19 00:12:39 +0000 |
commit | 639eb5562fdbeca371f082330f48f446a9f696e0 (patch) | |
tree | c1929770dc8c5448869a6191513fcca9189e6e1d | |
parent | f5074760c587bb54c563da644644feada2d73eda (diff) | |
download | emacs-639eb5562fdbeca371f082330f48f446a9f696e0.tar.gz |
Add #include "keyboard.h"
-rw-r--r-- | src/intervals.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intervals.c b/src/intervals.c index 3a3a9662390..63d76791440 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -43,6 +43,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "intervals.h" #include "buffer.h" #include "puresize.h" +#include "keyboard.h" /* The rest of the file is within this conditional. */ #ifdef USE_TEXT_PROPERTIES |