From 83380e65cd442753510a604b3ab72c897e127a4f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 11 Jul 2010 10:38:40 +0200 Subject: [PATCH] Fix implicit declaration of kbd_on_hold_p * keyboard.c: Include "process.h" --- src/ChangeLog | 2 ++ src/keyboard.c | 1 + 2 files changed, 3 insertions(+) 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 -- 2.39.2