Fix implicit declaration of kbd_on_hold_p

* keyboard.c: Include "process.h"
This commit is contained in:
Andreas Schwab 2010-07-11 10:38:40 +02:00
parent a64df65010
commit 83380e65cd
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
* keyboard.c: Include "process.h"
* eval.c: Remove obsolete noinline declaration.
* fns.c: Likewise.

View file

@ -42,6 +42,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "puresize.h"
#include "systime.h"
#include "atimer.h"
#include "process.h"
#include <errno.h>
#ifdef HAVE_GTK_AND_PTHREAD