Hi Mat,
On 10/31/19 12:44 PM, Mat Martineau wrote:
The l_genl_msg_append_attrv() declaration in genl.h uses struct iovec
*,
but there's no guarantee that sys/uio.h has been included (and
the genl user might not need that header itself).
---
v2: Use forward declaration instead of including system header
ell/genl.h | 2 ++
1 file changed, 2 insertions(+)
Applied, thanks.
Regards,
-Denis