mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #949 from bentley/openbsd
Include netinet/in.h everywhere except Windows
This commit is contained in:
commit
b45cfd767a
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#include "internalServer.h"
|
#include "internalServer.h"
|
||||||
|
|
||||||
#ifdef __FreeBSD__
|
#ifndef _WIN32
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue