Merge pull request #432 from swills/fbsd-build-fix1

fix build on FreeBSD
This commit is contained in:
Kelson 2020-12-09 14:24:04 +01:00 committed by GitHub
commit 9941d245e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
#include "internalServer.h"
#ifdef __FreeBSD__
#include <netinet/in.h>
#endif
#ifdef _WIN32
# if !defined(__MINGW32__) && (_MSC_VER < 1600)
# include "stdint4win.h"