aboutsummaryrefslogtreecommitdiffstats
path: root/src/scroll.c
diff options
context:
space:
mode:
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 4d57a2a9b8b..c7c2630403b 100644
--- a/src/scroll.c
+++ b/src/scroll.c
@@ -21,6 +21,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21#include <config.h> 21#include <config.h>
22#include <stdio.h> 22#include <stdio.h>
23#include <string.h> 23#include <string.h>
24#include <setjmp.h>
24#include "lisp.h" 25#include "lisp.h"
25#include "termchar.h" 26#include "termchar.h"
26#include "dispextern.h" 27#include "dispextern.h"