diff options
| author | Dave Love | 2000-09-25 18:18:31 +0000 |
|---|---|---|
| committer | Dave Love | 2000-09-25 18:18:31 +0000 |
| commit | 15e7873af5ba1ad0c341c41eae8f4a74d2dbc769 (patch) | |
| tree | 12145b212d2461bdd9436596176f36af9f1c9ffd /src/buffer.c | |
| parent | 8cb2175950b1d67241bf42376951e478432f072a (diff) | |
| download | emacs-15e7873af5ba1ad0c341c41eae8f4a74d2dbc769.tar.gz emacs-15e7873af5ba1ad0c341c41eae8f4a74d2dbc769.zip | |
Include stdio.h.
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; |