Download raw body.
dt: Add missing include
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 <sys/ioccom.h> #include <sys/stacktrace.h> +#include <sys/syslimits.h> #include <sys/time.h> /* -- 2.34.1
dt: Add missing include