From 88c9730817640fb5538d9c136286ecd09914eea7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 14 Sep 2018 07:11:37 -0400 Subject: [PATCH] Re-order includes to expose intptr_t to tor_api_internal.h --- src/feature/api/tor_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature/api/tor_api.c b/src/feature/api/tor_api.c index c9f4f87074..5d194f6d8c 100644 --- a/src/feature/api/tor_api.c +++ b/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