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