Add sys/socket.h which should fix solaris

Change-Id: Ic6f9e8dce860c2bd54bb4c5e0f2d0526178fc720
Reviewed-on: https://code.wireshark.org/review/2437
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Evan Huus 2014-06-19 18:54:11 +00:00 committed by Evan Huus
parent 39f6a8b669
commit 83762f9f9b
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
#include <epan/packet.h>
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif