diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 19:58:06 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:16 +0200 |
commit | 0f1548ab18c09efda944def3597bafc2cd9552c8 (patch) | |
tree | ed62cdfa1bc0289b5688a45b7afcaea49b97d31c /src/or/main.c | |
parent | a86f464f6b04e2f592d3e8dcbd2b26414a36e971 (diff) | |
download | tor-0f1548ab18c09efda944def3597bafc2cd9552c8.tar.gz tor-0f1548ab18c09efda944def3597bafc2cd9552c8.zip |
Create main.h
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index d33072197c..ccfd1bc6e2 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -30,6 +30,7 @@ #include "dnsserv.h" #include "geoip.h" #include "hibernate.h" +#include "main.h" #include "rendclient.h" #include "rendcommon.h" #include "rendservice.h" |