diff options
| author | Andrew Innes | 2000-08-22 22:41:00 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-08-22 22:41:00 +0000 |
| commit | 2538fae4f8e5e7a82449dd904d471439c9eb6345 (patch) | |
| tree | 3eb2c6bdc5fe15319a0764da29721cbd218054f3 /src/buffer.c | |
| parent | e36ec798cc3811bf267219ebddd411e6c3ddb309 (diff) | |
| download | emacs-2538fae4f8e5e7a82449dd904d471439c9eb6345.tar.gz emacs-2538fae4f8e5e7a82449dd904d471439c9eb6345.zip | |
Include keyboard.h before frame.h.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index ea4d4699ceb..9e2142b0bfc 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -26,7 +26,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 26 | #include <sys/param.h> | 26 | #include <sys/param.h> |
| 27 | #include <errno.h> | 27 | #include <errno.h> |
| 28 | 28 | ||
| 29 | #ifndef USE_CRT_DLL | ||
| 29 | extern int errno; | 30 | extern int errno; |
| 31 | #endif | ||
| 30 | 32 | ||
| 31 | #ifndef MAXPATHLEN | 33 | #ifndef MAXPATHLEN |
| 32 | /* in 4.1, param.h fails to define this. */ | 34 | /* in 4.1, param.h fails to define this. */ |
| @@ -45,6 +47,7 @@ extern int errno; | |||
| 45 | #include "region-cache.h" | 47 | #include "region-cache.h" |
| 46 | #include "indent.h" | 48 | #include "indent.h" |
| 47 | #include "blockinput.h" | 49 | #include "blockinput.h" |
| 50 | #include "keyboard.h" | ||
| 48 | #include "frame.h" | 51 | #include "frame.h" |
| 49 | 52 | ||
| 50 | struct buffer *current_buffer; /* the current buffer */ | 53 | struct buffer *current_buffer; /* the current buffer */ |