aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_mgcp.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-02 06:38:08 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-02 06:38:08 +0000
commitdb628fa328fe6dc5653445ccf34759cade3ebf91 (patch)
treeae36ebb49b7ec81a6a1bb6dc9648ae4e822e21d9 /channels/chan_mgcp.c
parentdd47ff73c92219e5b1aa9fb5608e22eb84812213 (diff)
NetBSD portability enhancements (bug #969)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2109 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_mgcp.c')
-rwxr-xr-xchannels/chan_mgcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index 901f4132c..d4131c656 100755
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -45,6 +45,8 @@
#include <netdb.h>
#include <arpa/inet.h>
#include <sys/signal.h>
+#include <signal.h>
+#include <pthread.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>