diff options
| author | Richard M. Stallman | 1995-04-10 05:33:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-10 05:33:58 +0000 |
| commit | 077d751f1452e24c6bc400776c6464f564e074fc (patch) | |
| tree | 4f5bdf6fcf527364bc44e004c4aef69a7ea1fc3c /src/alloc.c | |
| parent | c2fb84883170b04d3e6649e7c1f6f96ca9c1599d (diff) | |
| download | emacs-077d751f1452e24c6bc400776c6464f564e074fc.tar.gz emacs-077d751f1452e24c6bc400776c6464f564e074fc.zip | |
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. */ | |||
| 28 | #include "window.h" | 28 | #include "window.h" |
| 29 | #include "frame.h" | 29 | #include "frame.h" |
| 30 | #include "blockinput.h" | 30 | #include "blockinput.h" |
| 31 | #include "keyboard.h" | ||
| 31 | #endif | 32 | #endif |
| 32 | 33 | ||
| 33 | #include "syssignal.h" | 34 | #include "syssignal.h" |