Преглед на файлове

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

Nick Mathewson преди 15 години
родител
ревизия
6ff471d814
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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"