From 820c4c40f22e9c1cdd99cf6f4ea135599d71c3a9 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 13 Nov 2007 17:25:23 +0000 Subject: [PATCH] - Fix build break introduced by new libcurl headers on Windows. lib/ boinc_win.h svn path=/trunk/boinc/; revision=14177 --- checkin_notes | 6 ++++++ lib/boinc_win.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/checkin_notes b/checkin_notes index 72a5e891c6..f450562fc3 100644 --- a/checkin_notes +++ b/checkin_notes @@ -10866,3 +10866,9 @@ David 13 Nov 2007 edit_forum_preferences_action.php edit_forum_preferences_forum.php lookup_account.php + +Rom 13 Nov 2007 + - Fix build break introduced by new libcurl headers on Windows. + + lib/ + boinc_win.h diff --git a/lib/boinc_win.h b/lib/boinc_win.h index edd8682e0d..a6f61cbe64 100644 --- a/lib/boinc_win.h +++ b/lib/boinc_win.h @@ -81,6 +81,8 @@ #include #include +typedef size_t socklen_t; + #else /* Under cygwin, curl was probably compiled to use */