Explorar o código

Re-order includes to expose intptr_t to tor_api_internal.h

Nick Mathewson %!s(int64=7) %!d(string=hai) anos
pai
achega
88c9730817
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/feature/api/tor_api.c

+ 1 - 1
src/feature/api/tor_api.c

@@ -18,8 +18,8 @@
 // Include this after the above headers, to insure that they don't
 // depend on anything else.
 #include "orconfig.h"
-#include "feature/api/tor_api_internal.h"
 #include "lib/cc/torint.h"
+#include "feature/api/tor_api_internal.h"
 #include "lib/cc/compat_compiler.h"
 
 #include <stdio.h>