diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-14 07:11:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-14 07:11:37 -0400 |
commit | 88c9730817640fb5538d9c136286ecd09914eea7 (patch) | |
tree | 54d57eae274a2261dfd4d51e9836b050b3584420 /src/feature/api | |
parent | d8280216c0c940fef33982a3d98524e61abf7634 (diff) | |
download | tor-88c9730817640fb5538d9c136286ecd09914eea7.tar.gz tor-88c9730817640fb5538d9c136286ecd09914eea7.zip |
Re-order includes to expose intptr_t to tor_api_internal.h
Diffstat (limited to 'src/feature/api')
-rw-r--r-- | src/feature/api/tor_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> |