mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Move event.h include down a stanza to make mingw happy.
svn:r11174
This commit is contained in:
+2
-2
@@ -118,8 +118,6 @@
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#include <event.h>
|
||||
|
||||
#include "crypto.h"
|
||||
#include "tortls.h"
|
||||
#include "log.h"
|
||||
@@ -128,6 +126,8 @@
|
||||
#include "util.h"
|
||||
#include "torgzip.h"
|
||||
|
||||
#include <event.h>
|
||||
|
||||
/* These signals are defined to help control_signal_act work.
|
||||
*/
|
||||
#ifndef SIGHUP
|
||||
|
||||
Reference in New Issue
Block a user