Index | Thread | Search

From:
Christian Ludwig <christian_ludwig@genua.de>
Subject:
dt: Add missing include
To:
<tech@openbsd.org>
Date:
Fri, 2 Feb 2024 16:24:24 +0100

Download raw body.

Thread
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