Add missing include statement

Resolve a build failure for user applications that include <sys/uio.h>.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Shreshth Srivastava <shreshthsrivastava2@gmail.com>
Closes #17781
Closes #17814
This commit is contained in:
Shreshth3 2025-10-07 09:21:03 -07:00 committed by Tony Hutter
parent e09c86cb1f
commit e4a393cf78

View File

@ -41,6 +41,7 @@
#ifndef _LIBSPL_SYS_UIO_H
#define _LIBSPL_SYS_UIO_H
#include <sys/sysmacros.h>
#include <sys/types.h>
#include_next <sys/uio.h>