Commit 9a4d6d54 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

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



Fix FreeBSD build of tgt_node.c.

Change-Id: I73ec536227d58d6e36d11a4e6c925e330860d4b4
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent cf700d8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>