From de412948a1f2cf0dce9e0f4c5095e2a5ce5c076e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 8 Sep 2010 14:52:24 -0400 Subject: [PATCH] Add a missing header for regress_thread.c --- test/regress_thread.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/regress_thread.c b/test/regress_thread.c index 15d9d2ac..757f2b2a 100644 --- a/test/regress_thread.c +++ b/test/regress_thread.c @@ -33,9 +33,12 @@ #include #include #include -#ifndef WIN32 +#ifdef _EVENT_HAVE_UNISTD_H #include #endif +#ifdef _EVENT_HAVE_SYS_WAIT_H +#include +#endif #ifdef _EVENT_HAVE_PTHREADS #include -- 2.40.0