aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-09-19 00:12:39 +0000
committerKarl Heuer1994-09-19 00:12:39 +0000
commitf54a8c1a1ff9c3aba92d96a4ebd22ce3951fb99a (patch)
tree753143db0a00c58a46058c940075e73252457312 /src
parentadff7f1831b9d6be31247fbf69a4a9d84620603c (diff)
downloademacs-f54a8c1a1ff9c3aba92d96a4ebd22ce3951fb99a.tar.gz
emacs-f54a8c1a1ff9c3aba92d96a4ebd22ce3951fb99a.zip
Add #include "keyboard.h"
Diffstat (limited to 'src')
-rw-r--r--src/intervals.c1
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. */
43#include "intervals.h" 43#include "intervals.h"
44#include "buffer.h" 44#include "buffer.h"
45#include "puresize.h" 45#include "puresize.h"
46#include "keyboard.h"
46 47
47/* The rest of the file is within this conditional. */ 48/* The rest of the file is within this conditional. */
48#ifdef USE_TEXT_PROPERTIES 49#ifdef USE_TEXT_PROPERTIES