*** empty log message ***

svn path=/trunk/boinc/; revision=6141
This commit is contained in:
Charlie Fenton 2005-05-13 08:17:20 +00:00
parent b1cfc06b3b
commit 09972956da
2 changed files with 5 additions and 2 deletions

View File

@ -6518,7 +6518,9 @@ Rom 12 May 2005
win_screensaver.cpp
Charlie 13 may 2005
Mac: Update build instructions.
Mac: Update build instructions.
Fix compile error.
client/
main.C
mac_build/
HowToBuildBOINC_XCode.rtf

View File

@ -33,6 +33,7 @@ typedef void (CALLBACK* IdleTrackerTerm)();
#else
#include "config.h"
#ifdef HAVE_SYS_SOCKET_H
#include <sys/types.h>
#include <sys/socket.h>
#endif
#include <unistd.h>