From fae5815a1d7ef6ef07a15231ca695cba0f848e18 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 12 May 2026 17:46:34 +0000 Subject: [PATCH] hastd: Include param.h instead of relying on pollution in hooks.c This is needed at least for MAX() and PATH_MAX. MFC after: 1 week --- sbin/hastd/hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/hastd/hooks.c b/sbin/hastd/hooks.c index 43ba6f06851..f8c908928b0 100644 --- a/sbin/hastd/hooks.c +++ b/sbin/hastd/hooks.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. */ -#include +#include #include #include