aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorAndreas Schwab2011-08-19 17:58:27 +0200
committerAndreas Schwab2011-08-19 17:58:27 +0200
commit220fdd2e79eca6e27df38752c258cda93e16f952 (patch)
tree8c25a90ab18bb8b9b1a5c40a9cfbee40a0608748 /src/keyboard.c
parent8d96c9a4e700ad17921f8d2c90f4244bfa4b98b1 (diff)
downloademacs-220fdd2e79eca6e27df38752c258cda93e16f952.tar.gz
emacs-220fdd2e79eca6e27df38752c258cda93e16f952.zip
Fix implicit declaration of kbd_on_hold_p
* keyboard.c: Include "process.h"
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 09564418ddf..8d86a2e889a 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -42,6 +42,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
42#include "puresize.h" 42#include "puresize.h"
43#include "systime.h" 43#include "systime.h"
44#include "atimer.h" 44#include "atimer.h"
45#include "process.h"
45#include <errno.h> 46#include <errno.h>
46 47
47#ifdef HAVE_GTK_AND_PTHREAD 48#ifdef HAVE_GTK_AND_PTHREAD