aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 17:46:36 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 17:46:36 +0000
commitf5e86448ae56c343c254a3e31a91200bd954ab1e (patch)
tree8a1d7659344e95e28c148a3ce443e23f0ee01631 /pbx
parenta1bcb3dd4edeb6ea572813a82277766381f48a35 (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: http://svn.digium.com/svn/asterisk/trunk@89388 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-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"