Просмотр исходного кода

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

Nick Mathewson 15 лет назад
Родитель
Сommit
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"