summaryrefslogtreecommitdiff
path: root/net/DarwinStreamingServer/patches/patch-ab
blob: d8d3ae6fe71e1edd5736635037ba439b25ff1710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.3 2013/03/24 16:51:08 joerg Exp $
--- Server.tproj/RTSPSession.cpp.orig	2005-04-27 10:17:44.000000000 +0000
+++ Server.tproj/RTSPSession.cpp
@@ -47,7 +47,7 @@
 #include "OSArrayObjectDeleter.h"
 #include "md5digest.h"
 
-#if __FreeBSD__ || __hpux__	
+#if __FreeBSD__ || __hpux__ || __NetBSD__ || defined(__DragonFly__)
     #include <unistd.h>
 #endif