diff options
Diffstat (limited to 'src/or/channel.c')
-rw-r--r-- | src/or/channel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/channel.c b/src/or/channel.c index c30e508018..d53e0d2e3f 100644 --- a/src/or/channel.c +++ b/src/or/channel.c @@ -80,6 +80,8 @@ #include "networkstatus.h" #include "rendservice.h" +#include "cell_queue_st.h" + /* Global lists of channels */ /* All channel_t instances */ |