diff options
author | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-23 14:01:53 +0300 |
---|---|---|
committer | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-23 14:01:53 +0300 |
commit | c15d09293bdfc90e94ef34369205cc6db9882607 (patch) | |
tree | 731d7823614074c90ee0bbe2d70c1a7d4860a177 /src/or/routerlist.c | |
parent | 8b12170f23f4042610b3574b8edf3794fef245b4 (diff) | |
download | tor-c15d09293bdfc90e94ef34369205cc6db9882607.tar.gz tor-c15d09293bdfc90e94ef34369205cc6db9882607.zip |
added experimental support for open syscall path param
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index a145ba716e..465aaedb13 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -37,7 +37,7 @@ #include "routerlist.h" #include "routerparse.h" #include "routerset.h" - +#include "../common/sandbox.h" // #define DEBUG_ROUTERLIST /****************************************************************************/ |