[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r11174: Move event.h include down a stanza to make mingw happy. (tor/trunk/src/or)



Author: phobos
Date: 2007-08-18 22:56:16 -0400 (Sat, 18 Aug 2007)
New Revision: 11174

Modified:
   tor/trunk/src/or/or.h
Log:
Move event.h include down a stanza to make mingw happy.


Modified: tor/trunk/src/or/or.h
===================================================================
--- tor/trunk/src/or/or.h	2007-08-19 02:55:36 UTC (rev 11173)
+++ tor/trunk/src/or/or.h	2007-08-19 02:56:16 UTC (rev 11174)
@@ -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