Include <sys/uio.h> for the complete type of struct iovec.

Approved by:	das (mentor)
This commit is contained in:
Stefan Farfeleder 2004-05-28 17:41:36 +00:00
parent 91c14f698c
commit d86c537ac3

View File

@ -33,6 +33,8 @@
* $FreeBSD$
*/
#include <sys/types.h>
#include <sys/uio.h>
extern struct passwd *pw;
extern int doall;