소스 검색

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

svn:r11174
Andrew Lewman 18 년 전
부모
커밋
b7026ea1b3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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