Browse Source

Fix a compilation warning on compat_libevent.c on some versions of windows libevent

Nick Mathewson 15 years ago
parent
commit
6ff471d814
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/compat_libevent.c

+ 1 - 1
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"