*** empty log message ***

svn path=/trunk/boinc/; revision=5407
This commit is contained in:
David Anderson 2005-02-11 23:39:38 +00:00
parent 292fc5ce7c
commit 4ad1b176f8
2 changed files with 7 additions and 0 deletions

View File

@ -24615,3 +24615,9 @@ David 11 Feb 2005
client/
http.C
David 11 Feb 2005
- compile fix for Unix
client/
net_xfer.C

View File

@ -62,6 +62,7 @@
#include <fcntl.h>
#endif
#include <arpa/inet.h>
#include <sys/types.h>
#include <cerrno>
#include <cstdlib>