From 518ebe14dcc7568da353c4c517039d0c621deb28 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 1 Jul 2018 16:02:33 -0400 Subject: [PATCH] fixup! Extract or_options_t from or.h --- src/or/include.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/or/include.am b/src/or/include.am index 5475ea17e5..9b5f7c1f60 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -275,6 +275,7 @@ ORHEADERS = \ src/or/or_connection_st.h \ src/or/or_handshake_certs_st.h \ src/or/or_handshake_state_st.h \ + src/or/or_options_st.h \ src/or/or_state_st.h \ src/or/origin_circuit_st.h \ src/or/transports.h \