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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129814

View File

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