diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/system/filesys.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/replace/system/filesys.h b/lib/replace/system/filesys.h index 6cf2dd287a..47ea4e4030 100644 --- a/lib/replace/system/filesys.h +++ b/lib/replace/system/filesys.h @@ -100,6 +100,10 @@ #include <sys/ioctl.h> #endif +#ifdef HAVE_SYS_UIO_H +#include <sys/uio.h> +#endif + /* * Veritas File System. Often in addition to native. * Quotas different. |