Преглед изворни кода

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"