mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Include <sys/uio.h> for the complete type of struct iovec.
Approved by: das (mentor)
This commit is contained in:
parent
91c14f698c
commit
d86c537ac3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129814
@ -33,6 +33,8 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
extern struct passwd *pw;
|
||||
extern int doall;
|
||||
|
Loading…
Reference in New Issue
Block a user