Merge pull request #949 from bentley/openbsd

Include netinet/in.h everywhere except Windows
This commit is contained in:
Kelson 2023-05-27 12:53:21 +03:00 committed by GitHub
commit b45cfd767a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "internalServer.h"
#ifdef __FreeBSD__
#ifndef _WIN32
#include <netinet/in.h>
#endif