From: Eric Sun Date: Wed, 2 Feb 2022 19:12:13 +0000 (-0800) Subject: acl: add missing byteswap header for musl X-Git-Tag: v24.10-rc0~49 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=c2db8491e83274726629ce3dc38f64543661c8d8;p=vpp.git 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 Signed-off-by: Pierre Pfister --- diff --git a/src/plugins/acl/acl_test.c b/src/plugins/acl/acl_test.c index fddb3d532ff..8404689dc06 100644 --- a/src/plugins/acl/acl_test.c +++ b/src/plugins/acl/acl_test.c @@ -18,6 +18,8 @@ *------------------------------------------------------------------ */ +#include + #include #include #include