tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 88c9730817640fb5538d9c136286ecd09914eea7
parent d8280216c0c940fef33982a3d98524e61abf7634
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 14 Sep 2018 07:11:37 -0400

Re-order includes to expose intptr_t to tor_api_internal.h

Diffstat:
Msrc/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 @@ -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>