From 1cd8fc2b1f306db4714a5f4f7e691a18247213d2 Mon Sep 17 00:00:00 2001 From: Tim van der Molen Date: Sun, 26 Mar 2023 17:20:00 +0200 Subject: [PATCH] unix: fix mkerrors.sh on NetBSD Include headers that define types referred to by ioctls defined in . --- unix/mkerrors.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unix/mkerrors.sh b/unix/mkerrors.sh index 7456d9ddd..3db57bc82 100755 --- a/unix/mkerrors.sh +++ b/unix/mkerrors.sh @@ -337,6 +337,8 @@ struct ltchars { includes_NetBSD=' #include #include +#include +#include #include #include #include