comparison src/data.c @ 11341:e0f3fa4e7bf3

Include keyboard.h.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Apr 1995 05:33:58 +0000
parents 38aef18e8e3d
children f1e6033d8aca
comparison
equal deleted inserted replaced
11340:5c97fabe0ab9 11341:e0f3fa4e7bf3
24 #include "lisp.h" 24 #include "lisp.h"
25 #include "puresize.h" 25 #include "puresize.h"
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"
32 33
33 #ifdef MSDOS 34 #ifdef MSDOS