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

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



Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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