changeset 31886:ca37d343042c

Include stdio.h.
author Dave Love <fx@gnu.org>
date Mon, 25 Sep 2000 18:18:31 +0000
parents 3f75a0460779
children a0891b67bb64
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Mon Sep 25 17:51:59 2000 +0000
+++ b/src/buffer.c	Mon Sep 25 18:18:31 2000 +0000
@@ -25,6 +25,7 @@
 #include <sys/stat.h>
 #include <sys/param.h>
 #include <errno.h>
+#include <stdio.h>
 
 #ifndef USE_CRT_DLL
 extern int errno;