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:
parent
cf700d8d4b
commit
9a4d6d54b8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user