diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-03-10 17:40:23 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-03-10 17:41:27 +0000 |
| commit | ba7439f0a9604b15bfef8084816f34d55eb6bdf2 (patch) | |
| tree | 6497bd85417dc4d71cb3899ce8635a6113168fde | |
| parent | 14b8a27883c15d3add3114f855eff7c6bda1b015 (diff) | |
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")
| -rw-r--r-- | usr.bin/yes/yes.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
