From: Dave Love Date: Mon, 25 Sep 2000 18:18:31 +0000 (+0000) Subject: Include stdio.h. X-Git-Tag: emacs-pretest-21.0.90~1387 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15e7873af5ba1ad0c341c41eae8f4a74d2dbc769;p=emacs.git Include stdio.h. --- 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. */ #include #include #include +#include #ifndef USE_CRT_DLL extern int errno;