add missing header file to sangoma_tdm_api.h.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@52 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
f0834d471c
commit
8f340bf0e5
|
@ -72,6 +72,7 @@ struct iphdr {
|
|||
#define WP_INVALID_SOCKET -1
|
||||
#include <stropts.h>
|
||||
#include <poll.h>
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#include <wanpipe_defines.h>
|
||||
|
|
|
@ -38,11 +38,6 @@
|
|||
|
||||
#include <sangoma_tdm_api.h>
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
|
||||
static struct {
|
||||
unsigned codec_ms;
|
||||
} wp_globals;
|
||||
|
|
Loading…
Reference in New Issue