[or-cvs] r11660: changed include order of event.h for successful windows comp (tor/branches/114-dist-storage/src/or)

kloesing at seul.org kloesing at seul.org
Thu Sep 27 10:20:29 UTC 2007


Author: kloesing
Date: 2007-09-27 06:20:29 -0400 (Thu, 27 Sep 2007)
New Revision: 11660

Modified:
   tor/branches/114-dist-storage/src/or/or.h
Log:
changed include order of event.h for successful windows compilation

Modified: tor/branches/114-dist-storage/src/or/or.h
===================================================================
--- tor/branches/114-dist-storage/src/or/or.h	2007-09-27 09:08:09 UTC (rev 11659)
+++ tor/branches/114-dist-storage/src/or/or.h	2007-09-27 10:20:29 UTC (rev 11660)
@@ -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



More information about the tor-commits mailing list