mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- added missing dirent.h include to findfile.h.
This commit is contained in:
parent
b8cfa94568
commit
44519cc877
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ enum
|
|||
};
|
||||
|
||||
#ifndef _WIN32
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
struct findstate_t
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue