mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-14 17:22:05 +03:00
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:
parent
e09c86cb1f
commit
e4a393cf78
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user