iscsi: include sys/socket.h for inet_pton()

Fix FreeBSD build of tgt_node.c.

Change-Id: I73ec536227d58d6e36d11a4e6c925e330860d4b4
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-08-16 15:31:23 -07:00
parent cf700d8d4b
commit 9a4d6d54b8

View File

@ -48,6 +48,7 @@
#endif
#include <time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <netinet/in.h>
#include <arpa/inet.h>