git: ca89b0fa1a93 - main - install: Explicitly include sys/param.h for MAXPATHLEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jun 2026 20:21:17 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=ca89b0fa1a93744a5bbf7a5c949826bbee4e2559
commit ca89b0fa1a93744a5bbf7a5c949826bbee4e2559
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-06-22 20:19:29 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-06-22 20:19:29 +0000
install: Explicitly include sys/param.h for MAXPATHLEN
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
---
usr.bin/xinstall/xinstall.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c
index 74ad614027f4..2c88e080bb74 100644
--- a/usr.bin/xinstall/xinstall.c
+++ b/usr.bin/xinstall/xinstall.c
@@ -30,6 +30,7 @@
* SUCH DAMAGE.
*/
+#include <sys/param.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/wait.h>