mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #432 from swills/fbsd-build-fix1
fix build on FreeBSD
This commit is contained in:
commit
9941d245e1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue