[emacs]: Include lisp.h (needed by atimer.h included

here via blockinput.h).
This commit is contained in:
Andrew Innes 2000-07-04 13:06:30 +00:00
parent 5365473301
commit 4954f4b075
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2000-07-04 Andrew Innes <andrewi@gnu.org>
* alloca.c [emacs]: Include lisp.h (needed by atimer.h included
here via blockinput.h).
2000-07-04 Gerd Moellmann <gerd@gnu.org>
* keymap.c (get_keyelt): Temporarily inhibit GC while evaluating

View file

@ -33,6 +33,7 @@
#endif
#ifdef emacs
#include "lisp.h"
#include "blockinput.h"
#endif