aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/destroy_cell_queue_st.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-10-22 11:03:11 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-10-28 13:17:11 -0400
commit4c950226582f4b7d71559b23d7eaf510964859d2 (patch)
tree133517129d44b932fd156b7bbe2d6fe4fd89e5ed /src/core/or/destroy_cell_queue_st.h
parentbf16efeb07a9bc58f6f6c90e79f3d3a0798cf8d0 (diff)
downloadtor-4c950226582f4b7d71559b23d7eaf510964859d2.tar.gz
tor-4c950226582f4b7d71559b23d7eaf510964859d2.zip
core: Add missing include in destroy_cell_queue_st.h
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/core/or/destroy_cell_queue_st.h')
-rw-r--r--src/core/or/destroy_cell_queue_st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/or/destroy_cell_queue_st.h b/src/core/or/destroy_cell_queue_st.h
index fc817c1b42..3c4df050c2 100644
--- a/src/core/or/destroy_cell_queue_st.h
+++ b/src/core/or/destroy_cell_queue_st.h
@@ -12,6 +12,8 @@
#ifndef DESTROY_CELL_QUEUE_ST_H
#define DESTROY_CELL_QUEUE_ST_H
+#include "core/or/cell_queue_st.h"
+
/** A single queued destroy cell. */
struct destroy_cell_t {
TOR_SIMPLEQ_ENTRY(destroy_cell_t) next;