Get default entity ID determination working on Linux again

(closes issue #12839)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@122241 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2008-06-12 17:38:27 +00:00
parent cdc2eeb9b9
commit 000625953b

View File

@@ -45,6 +45,8 @@ extern "C" {
#include <netinet/tcp.h>
#include <netdb.h>
#include <sys/socket.h>
#include <net/if.h>
#include <sys/ioctl.h>
#elif defined(HAVE_WINSOCK_H)
#include <winsock.h>
typedef int socklen_t;