The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=ba7439f0a9604b15bfef8084816f34d55eb6bdf2
commit ba7439f0a9604b15bfef8084816f34d55eb6bdf2 Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-03-10 17:40:23 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-03-10 17:41:27 +0000 yes: Add missing header This is a no-op on FreeBSD due to namespace pollution. MFC after: 1 week Sponsored by: Klara, Inc. Fixes: cf74b63d61b4 ("yes: Completely overengineer") --- usr.bin/yes/yes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/yes/yes.c b/usr.bin/yes/yes.c index 53224603cf95..86022c82f453 100644 --- a/usr.bin/yes/yes.c +++ b/usr.bin/yes/yes.c @@ -31,6 +31,7 @@ #include <capsicum_helpers.h> #include <err.h> +#include <limits.h> #include <stdio.h> #include <string.h> #include <unistd.h>
