Переглянути джерело

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"