diff options
author | Andrea Shepard <andrea@torproject.org> | 2012-10-01 01:53:59 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2012-10-10 00:44:46 -0700 |
commit | 0af2eab9a2698e6a50aec4238fc529f152b77a89 (patch) | |
tree | f440fb75f88fae662979373144bcca4c68174383 /src/or | |
parent | d194b8602ae0bcf6ffe711903b110193bdbcbab4 (diff) | |
download | tor-0af2eab9a2698e6a50aec4238fc529f152b77a89.tar tor-0af2eab9a2698e6a50aec4238fc529f152b77a89.tar.gz |
Add circuitmux.h, circuitmux_ewma.h includes now necessary in networkstatus.c
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/networkstatus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c index 0cc6a2108..619099b82 100644 --- a/src/or/networkstatus.c +++ b/src/or/networkstatus.c @@ -12,6 +12,8 @@ #include "or.h" #include "circuitbuild.h" +#include "circuitmux.h" +#include "circuitmux_ewma.h" #include "config.h" #include "connection.h" #include "connection_or.h" |