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 @@
#endif
#include <errno.h>
#include <sys/types.h>
#include <dirent.h>
#include <sys/stat.h>
#include <unistd.h>
......