nvmf: add headers for in6_addr

Fix build on FreeBSD.

Change-Id: I2f50e79b71ebbe2bba98722be092a7a4c06c8f19
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-07-13 15:44:47 -07:00
parent c253f18656
commit 51701f0053

View File

@ -32,6 +32,8 @@
*/
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <string.h>
#include "host.h"