[tor-commits] [tor/master] Add circuitmux.h,	circuitmux_ewma.h includes now necessary in config.c
    andrea at torproject.org 
    andrea at torproject.org
       
    Thu Oct 11 02:05:23 UTC 2012
    
    
  
commit 5f9d37e74ec269be8d496e8e0d4157875ff1fe59
Author: Andrea Shepard <andrea at torproject.org>
Date:   Mon Oct 1 01:52:39 2012 -0700
    Add circuitmux.h, circuitmux_ewma.h includes now necessary in config.c
---
 src/or/config.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/or/config.c b/src/or/config.c
index bac2b2e..babbfb0 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -14,6 +14,8 @@
 #include "or.h"
 #include "circuitbuild.h"
 #include "circuitlist.h"
+#include "circuitmux.h"
+#include "circuitmux_ewma.h"
 #include "config.h"
 #include "connection.h"
 #include "connection_edge.h"
    
    
More information about the tor-commits
mailing list