summaryrefslogtreecommitdiff
path: root/src/or/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 13:01:50 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 13:01:50 -0400
commit8b7df723596d068cbf91abf7535651ab8445810b (patch)
tree8efe39a8d759c0069ac2eeed0840260af394bf59 /src/or/include.am
parentad52fe7e88754fd8c7c1eb3da9bbf593d7752af9 (diff)
downloadtor-8b7df723596d068cbf91abf7535651ab8445810b.tar.gz
tor-8b7df723596d068cbf91abf7535651ab8445810b.zip
Split socks_request_t into its own header.
Diffstat (limited to 'src/or/include.am')
-rw-r--r--src/or/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am
index 87a353828b..4e0e1e9a4e 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -294,6 +294,7 @@ ORHEADERS = \
src/or/scheduler.h \
src/or/server_port_cfg_st.h \
src/or/shared_random_client.h \
+ src/or/socks_request_st.h \
src/or/statefile.h \
src/or/status.h \
src/or/torcert.h \