Index: uspace/lib/libc/include/sys/stat.h
===================================================================
--- uspace/lib/libc/include/sys/stat.h	(revision 852b80130e0f28124d72af653ed0aef959db3053)
+++ uspace/lib/libc/include/sys/stat.h	(revision 74cbac7d1784d49086f1f07794c3f33e0d9ccc1c)
@@ -56,4 +56,5 @@
 
 extern int fstat(int, struct stat *);
+extern int stat(const char *, struct stat *);
 extern int mkdir(const char *, mode_t);
 
