Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
83380e65
Commit
83380e65
authored
Jul 11, 2010
by
Andreas Schwab
Browse files
Fix implicit declaration of kbd_on_hold_p
* keyboard.c: Include "process.h"
parent
a64df650
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/ChangeLog
src/ChangeLog
+2
-0
src/keyboard.c
src/keyboard.c
+1
-0
No files found.
src/ChangeLog
View file @
83380e65
2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
* keyboard.c: Include "process.h"
* eval.c: Remove obsolete noinline declaration.
* fns.c: Likewise.
...
...
src/keyboard.c
View file @
83380e65
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment