summaryrefslogtreecommitdiff
path: root/src/ext/byteorder.h
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/ext/byteorder.h
parenta891d81c5f62cdda37b4371ebe2782e23e4f6db1 (diff)
parent09472791d0ccf5b527a5b59eceb218aff38c2880 (diff)
downloadtor-e6a44012001afb2d4c5956e4b55ccf6b622fd79e.tar.gz
tor-e6a44012001afb2d4c5956e4b55ccf6b622fd79e.zip
Merge branch 'maint-0.3.5'
Diffstat (limited to 'src/ext/byteorder.h')
-rw-r--r--src/ext/byteorder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/byteorder.h b/src/ext/byteorder.h
index c8ba52184b..95e080b14d 100644
--- a/src/ext/byteorder.h
+++ b/src/ext/byteorder.h
@@ -29,6 +29,10 @@
Jean-Philippe Aumasson (https://131002.net/siphash/siphash24.c)
*/
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
/* This code is extracted from csiphash.h */
#if defined(__BYTE_ORDER__) && defined(__ORDER_LITTLE_ENDIAN__) && \