mirror of https://github.com/BOINC/boinc.git
- compile fix for FreeBSD
This commit is contained in:
parent
e3f9672993
commit
fa8945fda9
|
@ -6914,3 +6914,9 @@ Charlie 16 Nov 2012
|
|||
project.pbxproj
|
||||
Makefile.am
|
||||
testzlibconflict.cpp (added)
|
||||
|
||||
David 18 Nov 2012
|
||||
- compile fix for FreeBSD
|
||||
|
||||
lib/
|
||||
network.cpp
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
||||
//#include <resolv.h>
|
||||
#include <resolv.h>
|
||||
#include <netdb.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in New Issue