aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/connection_edge.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-09 08:52:10 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-09 08:52:10 -0500
commite6a44012001afb2d4c5956e4b55ccf6b622fd79e (patch)
tree293ab440980e317c3d7fe99c67e24f9f155d05f9 /src/core/or/connection_edge.c
parenta891d81c5f62cdda37b4371ebe2782e23e4f6db1 (diff)
parent09472791d0ccf5b527a5b59eceb218aff38c2880 (diff)
downloadtor-e6a44012001afb2d4c5956e4b55ccf6b622fd79e.tar.gz
tor-e6a44012001afb2d4c5956e4b55ccf6b622fd79e.zip
Merge branch 'maint-0.3.5'
Diffstat (limited to 'src/core/or/connection_edge.c')
-rw-r--r--src/core/or/connection_edge.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/or/connection_edge.c b/src/core/or/connection_edge.c
index 9f76929e53..33e4c6a4f4 100644
--- a/src/core/or/connection_edge.c
+++ b/src/core/or/connection_edge.c
@@ -140,6 +140,9 @@
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
#if defined(HAVE_NET_IF_H) && defined(HAVE_NET_PFVAR_H)
#include <net/if.h>