Skip to content
Snippets Groups Projects
Commit 08d934b3 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Missing include in ntmain.c

parent 169f238c
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,14 @@
#ifdef _WIN32
#include "core/or/or.h"
#include "app/config/config.h"
#include "app/main/main.h"
#include "app/main/ntmain.h"
#include "lib/log/win32err.h"
#include "lib/fs/winlib.h"
#include "core/mainloop/mainloop.h"
#include "lib/evloop/compat_libevent.h"
#include "lib/fs/winlib.h"
#include "lib/log/win32err.h"
#include <windows.h>
#define GENSRV_SERVICENAME "tor"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment