From 51701f0053d082345758dfe974891266f7b332fc Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 13 Jul 2016 15:44:47 -0700 Subject: [PATCH] nvmf: add headers for in6_addr Fix build on FreeBSD. Change-Id: I2f50e79b71ebbe2bba98722be092a7a4c06c8f19 Signed-off-by: Daniel Verkamp --- lib/nvmf/host.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/nvmf/host.c b/lib/nvmf/host.c index 339d5878d..e76d3d6de 100644 --- a/lib/nvmf/host.c +++ b/lib/nvmf/host.c @@ -32,6 +32,8 @@ */ #include +#include +#include #include #include "host.h"