Index: uspace/lib/c/include/stdio.h
===================================================================
--- uspace/lib/c/include/stdio.h	(revision bd5414ee4afeba7c42b1fe5e76e4b76c086fea2d)
+++ uspace/lib/c/include/stdio.h	(revision a955fccc48da56c66c06fc89b21e01671d0bfc4e)
@@ -134,4 +134,5 @@
 extern FILE *fopen(const char *, const char *);
 extern FILE *fdopen(int, const char *);
+extern FILE *freopen(const char *, const char *, FILE *);
 extern int fclose(FILE *);
 
