git: 88deb1cff92c - main - makefs/zfs: Explicitly include sys/param.h for nitems()

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 22 Jun 2026 20:21:18 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=88deb1cff92cb3620c248f32fa6e7bdbc5301213

commit 88deb1cff92cb3620c248f32fa6e7bdbc5301213
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-06-22 20:19:32 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-06-22 20:19:32 +0000

    makefs/zfs: Explicitly include sys/param.h for nitems()
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
---
 usr.sbin/makefs/zfs/dsl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.sbin/makefs/zfs/dsl.c b/usr.sbin/makefs/zfs/dsl.c
index 1977521d7f92..7a634272b7d4 100644
--- a/usr.sbin/makefs/zfs/dsl.c
+++ b/usr.sbin/makefs/zfs/dsl.c
@@ -28,6 +28,7 @@
  * SUCH DAMAGE.
  */
 
+#include <sys/param.h>
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>