From e4a393cf789fd8abdf836f44c4ed94f89309992d Mon Sep 17 00:00:00 2001 From: Shreshth3 <66148173+Shreshth3@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:21:03 -0700 Subject: [PATCH] Add missing include statement Resolve a build failure for user applications that include . Reviewed-by: Brian Behlendorf Signed-off-by: Shreshth Srivastava Closes #17781 Closes #17814 --- lib/libspl/include/sys/uio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libspl/include/sys/uio.h b/lib/libspl/include/sys/uio.h index 93aa4984d..9ada482be 100644 --- a/lib/libspl/include/sys/uio.h +++ b/lib/libspl/include/sys/uio.h @@ -41,6 +41,7 @@ #ifndef _LIBSPL_SYS_UIO_H #define _LIBSPL_SYS_UIO_H +#include #include #include_next