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
This commit is contained in:
Mark Johnston
2026-05-12 17:46:34 +00:00
parent 5615db1007
commit fae5815a1d
+1 -1
View File
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/wait.h>