summaryrefslogtreecommitdiff
path: root/comms/asterisk/patches/patch-main_netsock.c
blob: ce6b67a721b3c832c0e09a17334c4e079201a4d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-main_netsock.c,v 1.1 2012/12/11 08:22:49 jnemeth Exp $

--- main/netsock.c.orig	2012-06-15 16:20:16.000000000 +0000
+++ main/netsock.c
@@ -35,5 +35,5 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
 
 #ifndef __linux__
-#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__Darwin__) || defined(__GLIBC__)
+#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__Darwin__) || defined(__DragonFly__) || defined(__GLIBC__)
 #include <net/if_dl.h>
 #endif