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 5a4fef9166269adb2f4c2650c7bbc9f3b70f56ba)
@@ -56,4 +56,5 @@
 
 extern int fstat(int, struct stat *);
+extern int stat(const char *, struct stat *);
 extern int mkdir(const char *, mode_t);
 
