Index: uspace/lib/c/include/dirent.h
===================================================================
--- uspace/lib/c/include/dirent.h	(revision bc56f30178279e1e59b8add425abe116ecae93b5)
+++ uspace/lib/c/include/dirent.h	(revision cbaf408fef7cfefd533ecd43ec15ba0fa2a37154)
@@ -36,5 +36,4 @@
 #define _LIBC_DIRENT_H_
 
-#include <limits.h>
 #include <_bits/decls.h>
 
@@ -42,5 +41,5 @@
 
 struct dirent {
-	char d_name[__NAME_MAX + 1];
+	char d_name[256];
 };
 
