[emacs]: Include lisp.h (needed by atimer.h included
here via blockinput.h).
This commit is contained in:
parent
5365473301
commit
4954f4b075
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef emacs
|
||||
#include "lisp.h"
|
||||
#include "blockinput.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue