commit 7685c39f9d3aba9afb3972a02bf51b1ad46f8b69 Author: Mike Perry mikeperry-git@torproject.org Date: Wed Aug 29 18:46:01 2018 +0000
Add half_edge_t to noinst_HEADERS. --- src/core/include.am | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/core/include.am b/src/core/include.am index cd9edc449..4ccabe438 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -182,6 +182,7 @@ noinst_HEADERS += \ src/core/or/destroy_cell_queue_st.h \ src/core/or/dos.h \ src/core/or/edge_connection_st.h \ + src/core/or/half_edge_st.h \ src/core/or/entry_connection_st.h \ src/core/or/entry_port_cfg_st.h \ src/core/or/extend_info_st.h \
tor-commits@lists.torproject.org