mirror of https://github.com/BOINC/boinc.git
- LIB: Fix build break on Linux compat VM.
lib/ util.C svn path=/trunk/boinc/; revision=15038
This commit is contained in:
parent
19655ca203
commit
c8bea1f7bd
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue