Index: uspace/lib/libc/include/vfs/vfs.h
===================================================================
--- uspace/lib/libc/include/vfs/vfs.h	(revision 2dd72887d1808fb6eabaed760c24af5fafcd98c6)
+++ uspace/lib/libc/include/vfs/vfs.h	(revision d849cd6fcbc11f7c99f638ea41cff57b488e96d4)
@@ -36,4 +36,8 @@
 #define LIBC_VFS_H_
 
+#include <sys/types.h>
+
+extern char *absolutize(const char *, size_t *);
+
 extern int mount(const char *, const char *, const char *);
 
