1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

Fix implicit declaration of kbd_on_hold_p

* keyboard.c: Include "process.h"
This commit is contained in:
Andreas Schwab 2011-08-19 17:58:27 +02:00
parent 8d96c9a4e7
commit 220fdd2e79
2 changed files with 5 additions and 0 deletions

View 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

View 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