diff options
| author | Andreas Schwab | 2010-07-11 10:38:40 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2010-07-11 10:38:40 +0200 |
| commit | 83380e65cd442753510a604b3ab72c897e127a4f (patch) | |
| tree | e54796977d58a3884a72891c4daf5327ee2e384a /src | |
| parent | a64df65010c90f1f4bad5a5076c8fbcba61ba6d8 (diff) | |
| download | emacs-83380e65cd442753510a604b3ab72c897e127a4f.tar.gz emacs-83380e65cd442753510a604b3ab72c897e127a4f.zip | |
Fix implicit declaration of kbd_on_hold_p
* keyboard.c: Include "process.h"
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/keyboard.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 09250b09ac6..415ef5ea5ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * keyboard.c: Include "process.h" | ||
| 4 | |||
| 3 | * eval.c: Remove obsolete noinline declaration. | 5 | * eval.c: Remove obsolete noinline declaration. |
| 4 | * fns.c: Likewise. | 6 | * fns.c: Likewise. |
| 5 | 7 | ||
diff --git a/src/keyboard.c b/src/keyboard.c index cddf04788a6..b438d35018f 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 |