mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04: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
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
extern struct passwd *pw;
|
||||
extern int doall;
|
||||
|
|
|
|||
Loading…
Reference in a new issue