From 4954f4b07534cc59b68acc2ef4ace46e9f85934a Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Tue, 4 Jul 2000 13:06:30 +0000 Subject: [PATCH] [emacs]: Include lisp.h (needed by atimer.h included here via blockinput.h). --- src/ChangeLog | 5 +++++ src/alloca.c | 1 + 2 files changed, 6 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index f3f521aa47c..8e8823cd04b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-07-04 Andrew Innes + + * alloca.c [emacs]: Include lisp.h (needed by atimer.h included + here via blockinput.h). + 2000-07-04 Gerd Moellmann * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating diff --git a/src/alloca.c b/src/alloca.c index 8f98b73dbb9..1f760fe6173 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -33,6 +33,7 @@ #endif #ifdef emacs +#include "lisp.h" #include "blockinput.h" #endif -- 2.39.2