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:
Michael Jerris 2007-05-20 10:35:07 +00:00
parent f0834d471c
commit 8f340bf0e5
2 changed files with 1 additions and 5 deletions

View File

@ -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>

View File

@ -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;