diff options
author | Roger Dingledine <arma@torproject.org> | 2003-08-12 06:41:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-08-12 06:41:53 +0000 |
commit | c82e13f1f53b2646fd66d2af2732083efb671cf3 (patch) | |
tree | 12cd7c5697aa8a4cd9aba426f628014d2262d0a2 /src/or/or.h | |
parent | 2aff21f857bb31620f04041c8d16a0c817fc80df (diff) | |
download | tor-c82e13f1f53b2646fd66d2af2732083efb671cf3.tar.gz tor-c82e13f1f53b2646fd66d2af2732083efb671cf3.zip |
reap exited dns/cpuworkers
svn:r385
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 821988b327..20177f6a4a 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -36,6 +36,9 @@ #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif +#ifdef HAVE_SYS_WAIT_H +#include <sys/wait.h> +#endif #ifdef HAVE_SYS_FCNTL_H #include <sys/fcntl.h> #endif |