mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
sys/wait.h should only be included when NOT compiling for win32
This commit is contained in:
parent
3f8a370ba8
commit
3cc1232fc2
@ -1,7 +1,6 @@
|
||||
#include "math.h"
|
||||
#include "stdlib.h"
|
||||
#include "sys/time.h"
|
||||
#include "sys/wait.h"
|
||||
#include "time.h"
|
||||
#include "time.h"
|
||||
#include "string.h"
|
||||
@ -21,6 +20,7 @@
|
||||
# define SO_PREFIX ""
|
||||
#else
|
||||
# define SO_PREFIX "lib"
|
||||
#include "sys/wait.h"
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
Loading…
Reference in New Issue
Block a user