Mercurial > emacs
comparison src/alloc.c @ 11341:e0f3fa4e7bf3
Include keyboard.h.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 10 Apr 1995 05:33:58 +0000 |
| parents | 054ecfce1820 |
| children | 1ebc81f84aa4 |
comparison
equal
deleted
inserted
replaced
| 11340:5c97fabe0ab9 | 11341:e0f3fa4e7bf3 |
|---|---|
| 26 #ifndef standalone | 26 #ifndef standalone |
| 27 #include "buffer.h" | 27 #include "buffer.h" |
| 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" |
| 34 | 35 |
| 35 /* The following come from gmalloc.c. */ | 36 /* The following come from gmalloc.c. */ |
