Commit d1a6e142 d1a6e1425a801b00e1daa7a017fa064f2574cf9d by Sergey Poznyakoff

added #include <sys/types.h>. It is needed

on FreeBSD before inclusion of <dirent.h>
1 parent 3c1dec65
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
20 #endif 20 #endif
21 21
22 #include <errno.h> 22 #include <errno.h>
23 #include <sys/types.h>
23 #include <dirent.h> 24 #include <dirent.h>
24 #include <sys/stat.h> 25 #include <sys/stat.h>
25 #include <unistd.h> 26 #include <unistd.h>
......