From e72180083e4b0203d1883b6054198decdb60071c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 5 Apr 2011 12:25:31 -0400 Subject: add more legacy functions: setlinebuf and setbuffer --- src/stdio/setbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/setbuf.c') diff --git a/src/stdio/setbuf.c b/src/stdio/setbuf.c index 205afcfe..1b98d503 100644 --- a/src/stdio/setbuf.c +++ b/src/stdio/setbuf.c @@ -1,4 +1,4 @@ -#include "stdio_impl.h" +#include void setbuf(FILE *f, char *buf) { -- cgit v1.2.1