diff options
| author | Richard M. Stallman <rms@gnu.org> | 1995-04-10 05:33:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1995-04-10 05:33:58 +0000 |
| commit | 077d751f1452e24c6bc400776c6464f564e074fc (patch) | |
| tree | 4f5bdf6fcf527364bc44e004c4aef69a7ea1fc3c /src/alloc.c | |
| parent | c2fb84883170b04d3e6649e7c1f6f96ca9c1599d (diff) | |
| download | emacs-077d751f1452e24c6bc400776c6464f564e074fc.tar.gz | |
Include keyboard.h.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 60624b734dc..2436a112ea6 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -28,6 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "window.h" #include "frame.h" #include "blockinput.h" +#include "keyboard.h" #endif #include "syssignal.h" |
