mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5407
This commit is contained in:
parent
292fc5ce7c
commit
4ad1b176f8
|
@ -24615,3 +24615,9 @@ David 11 Feb 2005
|
|||
|
||||
client/
|
||||
http.C
|
||||
|
||||
David 11 Feb 2005
|
||||
- compile fix for Unix
|
||||
|
||||
client/
|
||||
net_xfer.C
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/types.h>
|
||||
#include <cerrno>
|
||||
#include <cstdlib>
|
||||
|
|
Loading…
Reference in New Issue