mdo: Avoid relying on header pollution

The uses of PAGE_SIZE and roundup2() require param.h.

MFC after:	1 week
This commit is contained in:
Mark Johnston
2026-05-12 17:46:17 +00:00
parent 3b16e96b00
commit 35a36d4a54
+1 -1
View File
@@ -10,9 +10,9 @@
* Foundation.
*/
#include <sys/param.h>
#include <sys/errno.h>
#include <sys/limits.h>
#include <sys/types.h>
#include <sys/ucred.h>
#include <assert.h>