emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100620: Fix implicit declaration


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100620: Fix implicit declaration of kbd_on_hold_p
Date: Fri, 19 Aug 2011 17:58:27 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100620
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Fri 2011-08-19 17:58:27 +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     2011-07-28 15:45:07 +0000
+++ b/src/ChangeLog     2011-08-19 15:58:27 +0000
@@ -1,3 +1,7 @@
+2011-08-19  Andreas Schwab  <address@hidden>
+
+       * keyboard.c: Include "process.h"
+
 2011-07-28  Eli Zaretskii  <address@hidden>
 
        * xfaces.c (update_face_from_frame_parameter): Move out of

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2011-05-09 09:59:23 +0000
+++ b/src/keyboard.c    2011-08-19 15:58:27 +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]