diff options
author | Gregory Anders <greg@gpanders.com> | 2024-05-29 09:12:38 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-05-29 22:36:25 +0200 |
commit | 5908fd0725034f028ae4aeaa6266ed7c302f3ac2 (patch) | |
tree | 2f171b371c740050e63c24b17eb112a9114b30b8 /lib/hooks | |
parent | 9e93d9efdb889b2bc8a57d40fcde780598d8800f (diff) | |
download | aerc-5908fd0725034f028ae4aeaa6266ed7c302f3ac2.tar.gz |
wrap: include xlocale.h header on macOS
Compiling the wrap filter fails on macOS because the locale.h header
does not include declarations for locale_t, freelocale, or newlocale.
Instead, these are included in the xlocale.h header.
We use a conditional include because glibc no longer ships the xlocale.h
header in its distribution.
Signed-off-by: Gregory Anders <greg@gpanders.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'lib/hooks')
0 files changed, 0 insertions, 0 deletions