From: Karl Heuer Date: Mon, 5 Jun 1995 17:43:53 +0000 (+0000) Subject: Include keyboard.h. X-Git-Tag: emacs-19.34~3777 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe8b0cf8b63ffe20d2611149f0ec57cbbc1a52c5;p=emacs.git Include keyboard.h. --- diff --git a/src/xdisp.c b/src/xdisp.c index f341c064785..6777ae9fea4 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -34,6 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "disptab.h" #include "termhooks.h" #include "intervals.h" +#include "keyboard.h" #ifdef USE_X_TOOLKIT extern void set_frame_menubar ();