diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index d74a40ac4f5..2fc7a8b3a7c 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -26,6 +26,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 26 | #include <sys/param.h> | 26 | #include <sys/param.h> |
| 27 | #include <errno.h> | 27 | #include <errno.h> |
| 28 | #include <stdio.h> | 28 | #include <stdio.h> |
| 29 | #include <setjmp.h> | ||
| 29 | 30 | ||
| 30 | #ifndef USE_CRT_DLL | 31 | #ifndef USE_CRT_DLL |
| 31 | extern int errno; | 32 | extern int errno; |