[or-cvs] [tor/master 3/3] Fix a compilation warning on compat_libevent.c on some versions of windows libevent

nickm at torproject.org nickm at torproject.org
Mon Apr 19 20:42:53 UTC 2010


Author: Nick Mathewson <nickm at torproject.org>
Date: Mon, 19 Apr 2010 16:41:25 -0400
Subject: Fix a compilation warning on compat_libevent.c on some versions of windows libevent
Commit: 6ff471d814c69fa6dd53b0f1552b73c4e91030b1

---
 src/common/compat_libevent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c
index 18e057f..56ba323 100644
--- a/src/common/compat_libevent.c
+++ b/src/common/compat_libevent.c
@@ -11,9 +11,9 @@
  **/
 
 #include "orconfig.h"
+#include "compat.h"
 #include "compat_libevent.h"
 
-#include "compat.h"
 #include "util.h"
 #include "log.h"
 
-- 
1.6.5



More information about the tor-commits mailing list