- added missing dirent.h include to findfile.h.

This commit is contained in:
Christoph Oelckers 2020-05-04 00:25:27 +02:00
parent b8cfa94568
commit 44519cc877

View file

@ -10,7 +10,7 @@ enum
};
#ifndef _WIN32
#include <dirent.h>
struct findstate_t
{