aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-24 17:53:10 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-24 17:53:10 +0000
commite5a78f7bae04ebbaa6d2450102b8496f0fa02ac1 (patch)
tree3c45feaa09fe63ff5b1fd9e6541155568d82d5c6 /pbx
parent240ccbc6a6b1b05658c45b9077ee093e373d027b (diff)
Use same defines for NetBSD as FreeBSD in pbx_dundi.c (bug 2716)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4084 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rwxr-xr-xpbx/pbx_dundi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index a7d2644b2..625bccc46 100755
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -47,7 +47,7 @@
#include <sys/ioctl.h>
#include <netinet/in.h>
#include <net/if.h>
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <net/if_dl.h>
#include <ifaddrs.h>
#endif