diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 20:21:24 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 10:00:39 +0200 |
commit | af0c954bc5201e49b406332bea26ca4a71b32a94 (patch) | |
tree | 5826df1e73737d365e2a873e25de6ab88c908540 /src/or/ntmain.c | |
parent | 69fcbbaa8932f83ca715d0cf40c69340c90001a1 (diff) | |
download | tor-af0c954bc5201e49b406332bea26ca4a71b32a94.tar.gz tor-af0c954bc5201e49b406332bea26ca4a71b32a94.zip |
Create ntmain.h
Diffstat (limited to 'src/or/ntmain.c')
-rw-r--r-- | src/or/ntmain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/ntmain.c b/src/or/ntmain.c index 6f349cca6a..9bcb7047eb 100644 --- a/src/or/ntmain.c +++ b/src/or/ntmain.c @@ -5,6 +5,8 @@ #define MAIN_PRIVATE #include "or.h" +#include "config.h" +#include "main.h" #ifdef HAVE_EVENT2_EVENT_H #include <event2/event.h> |