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/data.c | |
| parent | c2fb84883170b04d3e6649e7c1f6f96ca9c1599d (diff) | |
| download | emacs-077d751f1452e24c6bc400776c6464f564e074fc.tar.gz emacs-077d751f1452e24c6bc400776c6464f564e074fc.zip | |
Include keyboard.h.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c index 75e9b55a431..2dc25cf8301 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -26,6 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 26 | 26 | ||
| 27 | #ifndef standalone | 27 | #ifndef standalone |
| 28 | #include "buffer.h" | 28 | #include "buffer.h" |
| 29 | #include "keyboard.h" | ||
| 29 | #endif | 30 | #endif |
| 30 | 31 | ||
| 31 | #include "syssignal.h" | 32 | #include "syssignal.h" |