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 4bf40f637e087cec01fa625a48d7080bccb464cf)
@@ -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 *);
 
