mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6007 from Icinga/fix/include-6001
Fix missing include
This commit is contained in:
commit
86cdbd1651
|
@ -41,6 +41,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#include <strings.h>
|
||||
#include <errno.h>
|
||||
|
||||
typedef int SOCKET;
|
||||
#define INVALID_SOCKET (-1)
|
||||
|
|
Loading…
Reference in New Issue