diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-13 16:09:40 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-13 16:09:40 +0200 |
commit | fcbf4c346c8a9b88679983614218e90a44fe8f2a (patch) | |
tree | d52ea04299badc27b5b4c08fb06ee3477a0899ec /CHANGELOG.md | |
parent | 54369da0d72232426d0ce07152cc76b2f8ddbc98 (diff) |
Fix: don't include alloca.h on systems that don't provide this headerv1.0.0
This commit fixes a build issue on BSD based systems, where alloca
is defined in stdlib.h and there is no such thing as "alloca.h".
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ecdb80e..121f3bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 on Fedora. - Make `rdsquashfs` describe mode terminate with an error message if an illegal filename is encountered (#52). +- Don't include alloca.h on systems that don't provide that header. ## [0.9.1] - 2020-05-03 ### Added |