summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/rewind.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/rewind.c')
-rw-r--r--lib/libc/stdio/rewind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/rewind.c b/lib/libc/stdio/rewind.c
index b047fa41..728e2d75 100644
--- a/lib/libc/stdio/rewind.c
+++ b/lib/libc/stdio/rewind.c
@@ -1,4 +1,4 @@
-#include <stdio.h>
+#include <stdio.h> // for clearerr, fseek, FILE, SEEK_SET, rewind
void rewind(FILE *stream)
{