mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 14:01:45 +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 <netinet/in.h>
|
||||
#include <netdb.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <thread>
|
||||
|
|
Loading…
Reference in a new issue