diff options
author | David Goulet <dgoulet@torproject.org> | 2023-08-22 13:37:25 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-08-22 13:37:25 -0400 |
commit | c3bc04e355e67e6cb6c8b87ca8967887770d2b08 (patch) | |
tree | 041a79a1f1984e29868af106c90f405e04ab1501 /changes | |
parent | 554d8407421c0969d4aaa5f86bcf59dd495e86e5 (diff) | |
download | tor-c3bc04e355e67e6cb6c8b87ca8967887770d2b08.tar.gz tor-c3bc04e355e67e6cb6c8b87ca8967887770d2b08.zip |
Fix compilation errors for FreeBSD
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40825 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40825 b/changes/ticket40825 new file mode 100644 index 0000000000..36b5db2a9e --- /dev/null +++ b/changes/ticket40825 @@ -0,0 +1,3 @@ + o Minor bugfix (FreeBSD, compilation): + - Fix compilation issue on FreeBSD by properly importing sys/param.h. Fixes + bug 40825; bugfix on 0.4.8.1-alpha. |