mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-18 18:21:13 +00:00
- added missing #include
This commit is contained in:
parent
fbc4831072
commit
5a4e9decd9
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ extern int sys_ostype;
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
Loading…
Reference in a new issue