|
@@ -96,11 +96,6 @@
|
|
|
#ifdef HAVE_TIME_H
|
|
|
#include <time.h>
|
|
|
#endif
|
|
|
-#ifdef HAVE_EVENT_H
|
|
|
-#include <event.h>
|
|
|
-#else
|
|
|
-#error "Tor requires libevent to build."
|
|
|
-#endif
|
|
|
|
|
|
#ifdef MS_WINDOWS
|
|
|
#if (_MSC_VER <= 1300)
|
|
@@ -119,6 +114,12 @@
|
|
|
#define snprintf _snprintf
|
|
|
#endif
|
|
|
|
|
|
+#ifdef HAVE_EVENT_H
|
|
|
+#include <event.h>
|
|
|
+#else
|
|
|
+#error "Tor requires libevent to build."
|
|
|
+#endif
|
|
|
+
|
|
|
#include "../common/crypto.h"
|
|
|
#include "../common/tortls.h"
|
|
|
#include "../common/log.h"
|