mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user