comparison src/print.c @ 11341:e0f3fa4e7bf3

Include keyboard.h.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Apr 1995 05:33:58 +0000
parents 5fed07fb66fb
children 2de5b0c89802
comparison
equal deleted inserted replaced
11340:5c97fabe0ab9 11341:e0f3fa4e7bf3
28 #include "frame.h" 28 #include "frame.h"
29 #include "window.h" 29 #include "window.h"
30 #include "process.h" 30 #include "process.h"
31 #include "dispextern.h" 31 #include "dispextern.h"
32 #include "termchar.h" 32 #include "termchar.h"
33 #include "keyboard.h"
33 #endif /* not standalone */ 34 #endif /* not standalone */
34 35
35 #ifdef USE_TEXT_PROPERTIES 36 #ifdef USE_TEXT_PROPERTIES
36 #include "intervals.h" 37 #include "intervals.h"
37 #endif 38 #endif