acl: add missing byteswap header for musl 63/40763/4
authorEric Sun <[email protected]>
Wed, 2 Feb 2022 19:12:13 +0000 (11:12 -0800)
committerAndrew Yourtchenko <[email protected]>
Thu, 2 May 2024 10:46:05 +0000 (10:46 +0000)
commitc2db8491e83274726629ce3dc38f64543661c8d8
tree669bd1e320d8578fd3a9fdd59b4045404dc13ea5
parentd894438f0499db83a3182453547bd3accea4776f
acl: add missing byteswap header for musl

On glibc this builds fine; on musl the byteswap header doesn't seem to be
included properly. This change adds it, fixing the build.

Type: fix
Change-Id: I402812409395d471357b6317084774afba39548f
Signed-off-by: Eric Sun <[email protected]>
Signed-off-by: Pierre Pfister <[email protected]>
src/plugins/acl/acl_test.c