Index: uspace/lib/libc/include/stdio.h
===================================================================
--- uspace/lib/libc/include/stdio.h	(revision d9c8c81f21850cb9e08890ce3919e1d8e253e810)
+++ uspace/lib/libc/include/stdio.h	(revision 080ad7fcf59dd514b2dceeb65a63f76c705addac)
@@ -107,4 +107,5 @@
 /* File stream functions */
 extern FILE *fopen(const char *, const char *);
+extern FILE *fdopen(int, const char *);
 extern int fclose(FILE *);
 
@@ -113,4 +114,5 @@
 
 extern int fseek(FILE *, long, int);
+extern void rewind(FILE *);
 extern int ftell(FILE *);
 extern int feof(FILE *);
