summaryrefslogtreecommitdiff
path: root/src/scroll.c
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-08-22 22:41:00 +0000
committerAndrew Innes <andrewi@gnu.org>2000-08-22 22:41:00 +0000
commit2538fae4f8e5e7a82449dd904d471439c9eb6345 (patch)
tree3eb2c6bdc5fe15319a0764da29721cbd218054f3 /src/scroll.c
parente36ec798cc3811bf267219ebddd411e6c3ddb309 (diff)
downloademacs-2538fae4f8e5e7a82449dd904d471439c9eb6345.tar.gz
Include keyboard.h before frame.h.
Diffstat (limited to 'src/scroll.c')
-rw-r--r--src/scroll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scroll.c b/src/scroll.c
index fcb2e0e791a..83e029f417c 100644
--- a/src/scroll.c
+++ b/src/scroll.c
@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */
#include "termchar.h"
#include "lisp.h"
#include "dispextern.h"
+#include "keyboard.h"
#include "frame.h"
#include "window.h"