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 be00e818be7..8d90a8088e7 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 25 | #include <sys/stat.h> | 25 | #include <sys/stat.h> |
| 26 | #include <sys/param.h> | 26 | #include <sys/param.h> |
| 27 | #include <errno.h> | 27 | #include <errno.h> |
| 28 | #include <stdio.h> | ||
| 28 | 29 | ||
| 29 | #ifndef USE_CRT_DLL | 30 | #ifndef USE_CRT_DLL |
| 30 | extern int errno; | 31 | extern int errno; |