From: Andreas Schwab Date: Fri, 19 Aug 2011 15:58:27 +0000 (+0200) Subject: Fix implicit declaration of kbd_on_hold_p X-Git-Tag: emacs-pretest-24.0.90~104^3~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=220fdd2e79eca6e27df38752c258cda93e16f952;p=emacs.git Fix implicit declaration of kbd_on_hold_p * keyboard.c: Include "process.h" --- diff --git a/src/ChangeLog b/src/ChangeLog index 1c2218f9d96..8c050b3a3ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-08-19 Andreas Schwab + + * keyboard.c: Include "process.h" + 2011-07-28 Eli Zaretskii * xfaces.c (update_face_from_frame_parameter): Move out of diff --git a/src/keyboard.c b/src/keyboard.c index 09564418ddf..8d86a2e889a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -42,6 +42,7 @@ along with GNU Emacs. If not, see . */ #include "puresize.h" #include "systime.h" #include "atimer.h" +#include "process.h" #include #ifdef HAVE_GTK_AND_PTHREAD