aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/setbuf.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-04-05 12:25:31 -0400
committerRich Felker <dalias@aerifal.cx>2011-04-05 12:25:31 -0400
commite72180083e4b0203d1883b6054198decdb60071c (patch)
tree3032022750932b31296345883363c96e532fb956 /src/stdio/setbuf.c
parentalternate name for syslog.h (diff)
downloadgrovel-e72180083e4b0203d1883b6054198decdb60071c.tar.gz
grovel-e72180083e4b0203d1883b6054198decdb60071c.tar.xz
add more legacy functions: setlinebuf and setbuffer
Diffstat (limited to 'src/stdio/setbuf.c')
-rw-r--r--src/stdio/setbuf.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
void setbuf(FILE *f, char *buf)
{