From 15e7873af5ba1ad0c341c41eae8f4a74d2dbc769 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 25 Sep 2000 18:18:31 +0000 Subject: [PATCH] Include stdio.h. --- src/buffer.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2