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/command.c | |
parent | 0bfa34e1f6dd97b9860083101479969a94ee2662 (diff) | |
download | tor-98d1314c7eb1ef13e298703fa50f0b6b62c35bd3.tar.gz tor-98d1314c7eb1ef13e298703fa50f0b6b62c35bd3.zip |
Create cpuworker.h
Diffstat (limited to 'src/or/command.c')
-rw-r--r-- | src/or/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/command.c b/src/or/command.c index e0fedbdc82..771dcc4c4a 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -23,6 +23,7 @@ #include "connection_or.h" #include "config.h" #include "control.h" +#include "cpuworker.h" #include "router.h" #include "routerlist.h" |