From: Andreas Schwab Date: Sun, 11 Jul 2010 08:38:40 +0000 (+0200) Subject: Fix implicit declaration of kbd_on_hold_p X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~78^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83380e65cd442753510a604b3ab72c897e127a4f;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 09250b09ac6..415ef5ea5ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-07-11 Andreas Schwab + * keyboard.c: Include "process.h" + * eval.c: Remove obsolete noinline declaration. * fns.c: Likewise. diff --git a/src/keyboard.c b/src/keyboard.c index cddf04788a6..b438d35018f 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