diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-05 10:31:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-05 10:31:00 -0400 |
commit | 7f45ea5c41bd076accd3720c021e6d3b512fb2b2 (patch) | |
tree | af409914df269d50de5bfb6d75b63e91d10f24e5 /src/common/compat.h | |
parent | b4bd4964eba5b0dae811a5c28c664b8f78a0672c (diff) | |
parent | f35271bf3eceadd03bff26d34c1d020892d6c6f0 (diff) | |
download | tor-7f45ea5c41bd076accd3720c021e6d3b512fb2b2.tar.gz tor-7f45ea5c41bd076accd3720c021e6d3b512fb2b2.zip |
Merge remote-tracking branch 'public/bug3894'
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 23081ac495..4efb0c8b8c 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -20,6 +20,9 @@ #include <ws2tcpip.h> #endif #endif +#ifdef HAVE_SYS_PARAM_H +#include <sys/param.h> +#endif #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif |