vmem: Include param.h in the userspace port as well

It is required at least for NBBY.

MFC after:	1 week
This commit is contained in:
Mark Johnston
2026-05-12 17:46:24 +00:00
parent 35a36d4a54
commit fab4acbb7d
+1 -1
View File
@@ -80,7 +80,7 @@
#else /* _KERNEL */
#include <sys/types.h>
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/hash.h>
#include <sys/vmem.h>