find: Re-enable the -acl primary on FreeBSD

This was made conditional to support cross-builds, but the relevant
header wasn't included so it was never enabled for native builds.

PR:		278124
Fixes:		c3a6ea5ba6 Allow compiling usr.bin/find on Linux and Mac
This commit is contained in:
Yoshiaki Kasahara
2024-12-06 13:27:32 -05:00
committed by John Baldwin
parent d0a3fd34a0
commit 984add354e
+1
View File
@@ -33,6 +33,7 @@
*/
#include <sys/types.h>
#include <sys/acl.h>
#include <sys/stat.h>
#include <err.h>