commit 4c950226582f4b7d71559b23d7eaf510964859d2 Author: David Goulet dgoulet@torproject.org Date: Tue Oct 22 11:03:11 2019 -0400
core: Add missing include in destroy_cell_queue_st.h
Signed-off-by: David Goulet dgoulet@torproject.org --- src/core/or/destroy_cell_queue_st.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/core/or/destroy_cell_queue_st.h b/src/core/or/destroy_cell_queue_st.h index fc817c1b4..3c4df050c 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;
tor-commits@lists.torproject.org