summaryrefslogtreecommitdiff
path: root/src/stdio/setvbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/setvbuf.c')
-rw-r--r--src/stdio/setvbuf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stdio/setvbuf.c b/src/stdio/setvbuf.c
index c3aed354..2edfdaea 100644
--- a/src/stdio/setvbuf.c
+++ b/src/stdio/setvbuf.c
@@ -1,5 +1,5 @@
-#include <stdio.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include "_stdio.h"
@@ -72,6 +72,7 @@ an array of at least ARGUMENT(size) characters.
The ARGUMENT(size) argument specifies the size of the buffer.
***/
+
/*
STDC(1)
*/