commit 88c9730817640fb5538d9c136286ecd09914eea7 Author: Nick Mathewson nickm@torproject.org Date: Fri Sep 14 07:11:37 2018 -0400
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 c9f4f8707..5d194f6d8 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 <stdio.h>
tor-commits@lists.torproject.org