*** empty log message ***

svn path=/trunk/boinc/; revision=7188
This commit is contained in:
Rom Walton 2005-08-04 22:20:52 +00:00
parent 5a54da47b2
commit cdc77f5138
2 changed files with 10 additions and 0 deletions

View File

@ -9952,3 +9952,12 @@ David 4 Aug 2005
Makefile.incl
lib/
hostinfo.h
Rom 4 Aug 2005
- config.h has to be included if the data type defined for
boinc_socklen_t by the build environment is to be resolved
correctly by the compiler.
lib/
network.C

View File

@ -22,6 +22,7 @@
#endif
#ifndef _WIN32
#include "config.h"
#include <unistd.h>
#include <cstdio>
#include <sys/socket.h>