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
|
#define WP_INVALID_SOCKET -1
|
||||||
#include <stropts.h>
|
#include <stropts.h>
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wanpipe_defines.h>
|
#include <wanpipe_defines.h>
|
||||||
|
|
|
@ -38,11 +38,6 @@
|
||||||
|
|
||||||
#include <sangoma_tdm_api.h>
|
#include <sangoma_tdm_api.h>
|
||||||
|
|
||||||
#ifdef HAVE_SYS_SOCKET_H
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
unsigned codec_ms;
|
unsigned codec_ms;
|
||||||
} wp_globals;
|
} wp_globals;
|
||||||
|
|
Loading…
Reference in New Issue