diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-06 13:25:36 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-06 13:25:36 -0500 |
commit | 655adbf6677fde28ba37f029701083901eda7efd (patch) | |
tree | aeee404d15639e88adb3fc3194b4625856bc192b | |
parent | 534acf400e017adf489dfe3eca87ad82bbc15167 (diff) | |
download | tor-655adbf6677fde28ba37f029701083901eda7efd.tar tor-655adbf6677fde28ba37f029701083901eda7efd.tar.gz |
Add a missing include
-rw-r--r-- | src/or/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/status.c b/src/or/status.c index 4c4215504..69f92ed09 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 |