diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-09 08:52:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-09 08:52:10 -0500 |
commit | e6a44012001afb2d4c5956e4b55ccf6b622fd79e (patch) | |
tree | 293ab440980e317c3d7fe99c67e24f9f155d05f9 /src/test/test_options.c | |
parent | a891d81c5f62cdda37b4371ebe2782e23e4f6db1 (diff) | |
parent | 09472791d0ccf5b527a5b59eceb218aff38c2880 (diff) | |
download | tor-e6a44012001afb2d4c5956e4b55ccf6b622fd79e.tar.gz tor-e6a44012001afb2d4c5956e4b55ccf6b622fd79e.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'src/test/test_options.c')
-rw-r--r-- | src/test/test_options.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/test_options.c b/src/test/test_options.c index 376d77626f..6506731823 100644 --- a/src/test/test_options.c +++ b/src/test/test_options.c @@ -23,6 +23,10 @@ #include "test/test_helpers.h" #include "lib/net/resolve.h" +#ifdef HAVE_SYS_PARAM_H +#include <sys/param.h> +#endif + #define NS_MODULE test_options typedef struct { |