summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-14 07:11:37 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-14 07:11:37 -0400
commit88c9730817640fb5538d9c136286ecd09914eea7 (patch)
tree54d57eae274a2261dfd4d51e9836b050b3584420
parentd8280216c0c940fef33982a3d98524e61abf7634 (diff)
downloadtor-88c9730817640fb5538d9c136286ecd09914eea7.tar.gz
tor-88c9730817640fb5538d9c136286ecd09914eea7.zip
Re-order includes to expose intptr_t to tor_api_internal.h
-rw-r--r--src/feature/api/tor_api.c2
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>