Merge pull request #6007 from Icinga/fix/include-6001

Fix missing include
This commit is contained in:
Gunnar Beutner 2018-01-18 15:06:40 +01:00 committed by GitHub
commit 86cdbd1651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)