Pārlūkot izejas kodu

Move event.h include down a stanza to make mingw happy.

svn:r11174
Andrew Lewman 17 gadi atpakaļ
vecāks
revīzija
b7026ea1b3
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/or/or.h

+ 2 - 2
src/or/or.h

@@ -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