summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-08-12 06:41:53 +0000
committerRoger Dingledine <arma@torproject.org>2003-08-12 06:41:53 +0000
commitc82e13f1f53b2646fd66d2af2732083efb671cf3 (patch)
tree12cd7c5697aa8a4cd9aba426f628014d2262d0a2 /configure.in
parent2aff21f857bb31620f04041c8d16a0c817fc80df (diff)
downloadtor-c82e13f1f53b2646fd66d2af2732083efb671cf3.tar.gz
tor-c82e13f1f53b2646fd66d2af2732083efb671cf3.zip
reap exited dns/cpuworkers
svn:r385
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8f906485fe..83baf2982a 100644
--- a/configure.in
+++ b/configure.in
@@ -134,7 +134,7 @@ AC_CHECK_HEADERS(unistd.h string.h signal.h netdb.h ctype.h poll.h sys/poll.h sy
dnl These headers are not essential
-AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h)
+AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/wait.h)
AC_CHECK_FUNCS(gettimeofday ftime)