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 GitHub
parent 1861a329fb
commit ea914e4a43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>