mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +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
|
#ifndef _WIN32
|
||||||
|
#include <dirent.h>
|
||||||
|
|
||||||
struct findstate_t
|
struct findstate_t
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue