[tor-commits] [tor/master] core: Add missing include in destroy_cell_queue_st.h
nickm at torproject.org
nickm at torproject.org
Fri Nov 1 13:39:51 UTC 2019
commit 4c950226582f4b7d71559b23d7eaf510964859d2
Author: David Goulet <dgoulet at 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 at 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;
More information about the tor-commits
mailing list