summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-23 20:21:24 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 10:00:39 +0200
commitaf0c954bc5201e49b406332bea26ca4a71b32a94 (patch)
tree5826df1e73737d365e2a873e25de6ab88c908540 /src/or/main.c
parent69fcbbaa8932f83ca715d0cf40c69340c90001a1 (diff)
downloadtor-af0c954bc5201e49b406332bea26ca4a71b32a94.tar.gz
tor-af0c954bc5201e49b406332bea26ca4a71b32a94.zip
Create ntmain.h
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 18525f0384..67688bd6df 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -33,6 +33,7 @@
#include "main.h"
#include "microdesc.h"
#include "networkstatus.h"
+#include "ntmain.h"
#include "rendclient.h"
#include "rendcommon.h"
#include "rendservice.h"