Skip to content

Commit e4a393c

Browse files
Shreshth3tonyhutter
authored andcommitted
Add missing include statement
Resolve a build failure for user applications that include <sys/uio.h>. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Shreshth Srivastava <[email protected]> Closes openzfs#17781 Closes openzfs#17814
1 parent e09c86c commit e4a393c

File tree

1 file changed

+1
-0
lines changed
  • lib/libspl/include/sys

1 file changed

+1
-0
lines changed

lib/libspl/include/sys/uio.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#ifndef _LIBSPL_SYS_UIO_H
4242
#define _LIBSPL_SYS_UIO_H
4343

44+
#include <sys/sysmacros.h>
4445
#include <sys/types.h>
4546
#include_next <sys/uio.h>
4647

0 commit comments

Comments
 (0)