Browse Source

Re-order includes to expose intptr_t to tor_api_internal.h

Nick Mathewson 5 years ago
parent
commit
88c9730817
1 changed files with 1 additions and 1 deletions
  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>