[tor-commits] [tor/maint-0.2.4] Add a missing include
    nickm at torproject.org 
    nickm at torproject.org
       
    Thu Feb  6 18:25:39 UTC 2014
    
    
  
commit 655adbf6677fde28ba37f029701083901eda7efd
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Feb 6 13:25:36 2014 -0500
    Add a missing include
---
 src/or/status.c |    1 +
 1 file changed, 1 insertion(+)
diff --git a/src/or/status.c b/src/or/status.c
index 4c42155..69f92ed 100644
--- a/src/or/status.c
+++ b/src/or/status.c
@@ -15,6 +15,7 @@
 #include "circuitlist.h"
 #include "main.h"
 #include "hibernate.h"
+#include "rephist.h"
 
 /** Return the total number of circuits. */
 static int
    
    
More information about the tor-commits
mailing list