Index: uspace/lib/libc/include/vfs/vfs.h
===================================================================
--- uspace/lib/libc/include/vfs/vfs.h	(revision 5fec3551570815cfdb659a817d2ec7cc52c981d4)
+++ uspace/lib/libc/include/vfs/vfs.h	(revision 3d7e19faee328fa24cb5ab4a478de26bfa4b8138)
@@ -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 *);
 
