diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 11:40:39 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:15 +0200 |
commit | 98d1314c7eb1ef13e298703fa50f0b6b62c35bd3 (patch) | |
tree | d278101829b8078eb8bac6012cefeaa27b780949 /src/or/connection.c | |
parent | 0bfa34e1f6dd97b9860083101479969a94ee2662 (diff) | |
download | tor-98d1314c7eb1ef13e298703fa50f0b6b62c35bd3.tar.gz tor-98d1314c7eb1ef13e298703fa50f0b6b62c35bd3.zip |
Create cpuworker.h
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index ae81ae0419..ac8123cf37 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -20,6 +20,7 @@ #include "connection_edge.h" #include "connection_or.h" #include "control.h" +#include "cpuworker.h" #include "dnsserv.h" #include "geoip.h" #include "rendclient.h" |