From c8bea1f7bd5e150ffd47de06e08994f3f7c7d5f8 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 10 Apr 2008 16:42:09 +0000 Subject: [PATCH] - LIB: Fix build break on Linux compat VM. lib/ util.C svn path=/trunk/boinc/; revision=15038 --- checkin_notes | 6 ++++++ lib/util.C | 3 +++ 2 files changed, 9 insertions(+) diff --git a/checkin_notes b/checkin_notes index 0661050945..469948be83 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3175,3 +3175,9 @@ Rom April 10 2008 win_build/installerv2/ BOINC.ism + +Rom April 10 2008 + - LIB: Fix build break on Linux compat VM. + + lib/ + util.C diff --git a/lib/util.C b/lib/util.C index 1d209f9939..730dbfa916 100644 --- a/lib/util.C +++ b/lib/util.C @@ -30,6 +30,9 @@ #ifndef _WIN32 #include "config.h" +#if HAVE_UNISTD_H +#include +#endif #include #include #include