mirror of
https://github.com/ZDoom/wadext.git
synced 2024-11-10 06:31:41 +00:00
- added missing header for POSIX wrappers
This commit is contained in:
parent
2dceaa35a2
commit
85784a46db
1 changed files with 1 additions and 0 deletions
1
wadext.h
1
wadext.h
|
@ -7,6 +7,7 @@
|
|||
|
||||
#else // !_MSC_VER
|
||||
|
||||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue