Fix implicit declaration of kbd_on_hold_p
* keyboard.c: Include "process.h"
author |
Andreas Schwab <schwab@linux-m68k.org> |
date |
Sun, 11 Jul 2010 10:38:40 +0200 |
parents |
988ceb510e6b |
children |
67391fa3496b |
files |
src/ChangeLog src/keyboard.c |
diffstat |
2 files changed, 3 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/src/ChangeLog Sun Jul 11 10:38:22 2010 +0200
+++ b/src/ChangeLog Sun Jul 11 10:38:40 2010 +0200
@@ -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.
--- a/src/keyboard.c Sun Jul 11 10:38:22 2010 +0200
+++ b/src/keyboard.c Sun Jul 11 10:38:40 2010 +0200
@@ -42,6 +42,7 @@
#include "puresize.h"
#include "systime.h"
#include "atimer.h"
+#include "process.h"
#include <errno.h>
#ifdef HAVE_GTK_AND_PTHREAD