From: Christian Ludwig Subject: dt: Add missing include To: Date: Fri, 2 Feb 2024 16:24:24 +0100 The header uses _MAXCOMLEN without including its definition. --- sys/dev/dt/dtvar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/dt/dtvar.h b/sys/dev/dt/dtvar.h index 9b5d3de08ee..171f2f774b1 100644 --- a/sys/dev/dt/dtvar.h +++ b/sys/dev/dt/dtvar.h @@ -21,6 +21,7 @@ #include #include +#include #include /* -- 2.34.1