[1.5] Import portion of patch from Alex Zimnitsky to fix compilation on FreeBSD

This commit is contained in:
Mathieu Malaterre 2012-07-29 15:21:39 +00:00
parent a74a41b932
commit bad9a71e77
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#ifdef __FreeBSD__
#include <netinet/in.h>
#endif
#include <unistd.h>
#endif