diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 20:51:25 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 10:00:45 +0200 |
commit | 7bd8dee46371063cd1e62661cd65ce9a35e776e5 (patch) | |
tree | c1e66c6bfaebfb28ebe4ba885235eff6d5515ae3 /src/or/control.c | |
parent | f6852fe031e066f46337ea936a40e3e2720bc5ad (diff) | |
download | tor-7bd8dee46371063cd1e62661cd65ce9a35e776e5.tar.gz tor-7bd8dee46371063cd1e62661cd65ce9a35e776e5.zip |
Create policies.h
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.c b/src/or/control.c index 5f5e45fd88..1853048132 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -26,6 +26,7 @@ #include "hibernate.h" #include "main.h" #include "networkstatus.h" +#include "policies.h" #include "router.h" #include "routerlist.h" |