]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix implicit declaration of kbd_on_hold_p
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 19 Aug 2011 15:58:27 +0000 (17:58 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 19 Aug 2011 15:58:27 +0000 (17:58 +0200)
* keyboard.c: Include "process.h"

src/ChangeLog
src/keyboard.c

index 1c2218f9d96001756fb758b3da7d1400d06ed6bf..8c050b3a3ecf3f8be0d6ce614ba7ec17f2869fe3 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-19  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * keyboard.c: Include "process.h"
+
 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
 
        * xfaces.c (update_face_from_frame_parameter): Move out of
index 09564418ddf2a9781e3d80a1884ff74a2e25fc95..8d86a2e889aea36590b9ba23136f560996f60f58 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