mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fix #2248 as suggested in the ticket - fix missing include in FreeBSD
This commit is contained in:
parent
40b77ff1fb
commit
4a80e26ab2
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
|||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#include <fnmatch.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
Loading…
Reference in a new issue