From 2c741efc993186c1f814ba0aaaf89cf80f911196 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 8 Sep 2011 08:01:30 +0200 Subject: lib/replace: include in "system/filesys.h" in order to have struct iovec This is needed on some platforms, e.g. NetBSD5. metze --- lib/replace/system/filesys.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') 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 #endif +#ifdef HAVE_SYS_UIO_H +#include +#endif + /* * Veritas File System. Often in addition to native. * Quotas different. -- cgit