From: Nick Mathewson Date: Wed, 31 Aug 2011 04:36:43 +0000 (-0400) Subject: Add a missing include to util.c to get waitpid() on Linux X-Git-Tag: tor-0.2.3.3-alpha~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7c07605d0889d7dd3a78d6658895150ca87b981;p=thirdparty%2Ftor.git Add a missing include to util.c to get waitpid() on Linux --- diff --git a/src/common/util.c b/src/common/util.c index 2fa79b8866..09eb969c2c 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -88,6 +88,9 @@ #ifdef HAVE_MALLOC_NP_H #include #endif +#ifdef HAVE_SYS_WAIT_H +#include +#endif /* ===== * Memory management