From a7c07605d0889d7dd3a78d6658895150ca87b981 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 31 Aug 2011 00:36:43 -0400 Subject: Add a missing include to util.c to get waitpid() on Linux --- src/common/util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/util.c') diff --git a/src/common/util.c b/src/common/util.c index 2fa79b886..09eb969c2 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 -- cgit v1.2.3