summaryrefslogtreecommitdiff
path: root/comms/asterisk10/patches/patch-pbx_pbx__dundi.c
blob: af2d9b6379cc6442519369f05a66879dd6fd2fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-pbx_pbx__dundi.c,v 1.1.1.1 2012/01/15 18:36:21 jnemeth Exp $

--- pbx/pbx_dundi.c.orig	2011-07-14 20:25:31.000000000 +0000
+++ pbx/pbx_dundi.c
@@ -38,7 +38,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
 #include <pthread.h>
 #include <net/if.h>
 
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__Darwin__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__Darwin__) || defined(__DragonFly__)
 #include <net/if_dl.h>
 #include <ifaddrs.h>
 #include <signal.h>