- LIB: Fix build break on Linux compat VM.

lib/
        util.C

svn path=/trunk/boinc/; revision=15038
This commit is contained in:
Rom Walton 2008-04-10 16:42:09 +00:00
parent 19655ca203
commit c8bea1f7bd
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -30,6 +30,9 @@
#ifndef _WIN32
#include "config.h"
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <sys/types.h>
#include <sys/time.h>
#include <sys/wait.h>