tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 4c950226582f4b7d71559b23d7eaf510964859d2
parent bf16efeb07a9bc58f6f6c90e79f3d3a0798cf8d0
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue, 22 Oct 2019 11:03:11 -0400

core: Add missing include in destroy_cell_queue_st.h

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Msrc/core/or/destroy_cell_queue_st.h | 2++
1 file 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 @@ -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;