Procházet zdrojové kódy

Re-order includes to expose intptr_t to tor_api_internal.h

Nick Mathewson před 7 roky
rodič
revize
88c9730817
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>