Fix implicit declaration of kbd_on_hold_p
* keyboard.c: Include "process.h"
This commit is contained in:
parent
a64df65010
commit
83380e65cd
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* keyboard.c: Include "process.h"
|
||||
|
||||
* eval.c: Remove obsolete noinline declaration.
|
||||
* fns.c: Likewise.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue