diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 12:30:46 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:16 +0200 |
commit | a86f464f6b04e2f592d3e8dcbd2b26414a36e971 (patch) | |
tree | 8e34d5453a82b08f3310d4fc3edee674c1c0d432 /src/or/command.c | |
parent | dc2f1666ff5285823ad6c7e3df59b8022aff936c (diff) | |
download | tor-a86f464f6b04e2f592d3e8dcbd2b26414a36e971.tar.gz tor-a86f464f6b04e2f592d3e8dcbd2b26414a36e971.zip |
Create hibernate.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 771dcc4c4a..796f75cde4 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -24,6 +24,7 @@ #include "config.h" #include "control.h" #include "cpuworker.h" +#include "hibernate.h" #include "router.h" #include "routerlist.h" |