]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix implicit declaration of kbd_on_hold_p
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 11 Jul 2010 08:38:40 +0000 (10:38 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 11 Jul 2010 08:38:40 +0000 (10:38 +0200)
* keyboard.c: Include "process.h"

src/ChangeLog
src/keyboard.c

index 09250b09ac6aa058a9c19dd89f6e4c4fe9534348..415ef5ea5ed2c8cba49211b30f01d10b9edb1661 100644 (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.
 
index cddf04788a68c733338e091371c1b4134758e67d..b438d35018f024419b6b9e444bd4c8877c8fd3c5 100644 (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