summaryrefslogtreecommitdiff
path: root/pbx/pbx_dundi.c
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-11-17 17:46:36 +0000
committerSteve Murphy <murf@digium.com>2007-11-17 17:46:36 +0000
commit1a5cdeb138cdb1dc91d0b7f69a1e415cdeef4ad1 (patch)
tree8a1d7659344e95e28c148a3ce443e23f0ee01631 /pbx/pbx_dundi.c
parent560fe89e1ba41cb1aced1733885fb7112851a808 (diff)
a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the right thing. And some additions to removal of extens to take care of hashtab pointers in all cases.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89388 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/pbx_dundi.c')
-rw-r--r--pbx/pbx_dundi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index bcbce6e4e..fb673c78f 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -36,6 +36,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <zlib.h>
#include <sys/signal.h>
#include <pthread.h>
+#include <net/if.h>
#include "asterisk/file.h"
#include "asterisk/logger.h"