From 09972956da1e4f555aca9d67a23ae4d44fff60ca Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 13 May 2005 08:17:20 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=6141 --- checkin_notes | 6 ++++-- client/main.C | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 61490674ef..1dcb76fe71 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/client/main.C b/client/main.C index 5fd0a95239..c288788156 100644 --- a/client/main.C +++ b/client/main.C @@ -33,6 +33,7 @@ typedef void (CALLBACK* IdleTrackerTerm)(); #else #include "config.h" #ifdef HAVE_SYS_SOCKET_H +#include #include #endif #include