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
1.6.1
Russell Bryant 18 years ago
parent cdc2eeb9b9
commit 000625953b

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

Loading…
Cancel
Save