emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100777: Fix implicit declaration of


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100777: Fix implicit declaration of kbd_on_hold_p
Date: Sun, 11 Jul 2010 10:38:40 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100777
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sun 2010-07-11 10:38:40 +0200
message:
  Fix implicit declaration of kbd_on_hold_p 
  
  * keyboard.c: Include "process.h"
modified:
  src/ChangeLog
  src/keyboard.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-11 08:38:22 +0000
+++ b/src/ChangeLog     2010-07-11 08:38:40 +0000
@@ -1,5 +1,7 @@
 2010-07-11  Andreas Schwab  <address@hidden>
 
+       * keyboard.c: Include "process.h"
+
        * eval.c: Remove obsolete noinline declaration.
        * fns.c: Likewise.
 

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2010-07-10 18:52:53 +0000
+++ b/src/keyboard.c    2010-07-11 08:38:40 +0000
@@ -42,6 +42,7 @@
 #include "puresize.h"
 #include "systime.h"
 #include "atimer.h"
+#include "process.h"
 #include <errno.h>
 
 #ifdef HAVE_GTK_AND_PTHREAD


reply via email to

[Prev in Thread] Current Thread [Next in Thread]