mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Re-order includes to expose intptr_t to tor_api_internal.h
This commit is contained in:
parent
d8280216c0
commit
88c9730817
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue