From 35a36d4a54df244e93bf280345426a600e394a90 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 12 May 2026 17:46:17 +0000 Subject: [PATCH] mdo: Avoid relying on header pollution The uses of PAGE_SIZE and roundup2() require param.h. MFC after: 1 week --- usr.bin/mdo/mdo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/mdo/mdo.c b/usr.bin/mdo/mdo.c index 879423bc012..e72f28b237e 100644 --- a/usr.bin/mdo/mdo.c +++ b/usr.bin/mdo/mdo.c @@ -10,9 +10,9 @@ * Foundation. */ +#include #include #include -#include #include #include