summaryrefslogtreecommitdiff
path: root/net/DarwinStreamingServer/patches/patch-ag
blob: 44878bedd8742b8fdd27254750b15aad3799140b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ag,v 1.3 2013/03/24 16:51:08 joerg Exp $
--- PlaylistBroadcaster.tproj/BCasterTracker.cpp.orig	2003-08-15 23:53:06.000000000 +0000
+++ PlaylistBroadcaster.tproj/BCasterTracker.cpp
@@ -49,8 +49,10 @@
 #include <fcntl.h>
 #include <sys/file.h>
 #include <sys/stat.h>
+#ifndef __NetBSD__
 #include <sys/types.h>
-#if !(defined(__solaris__) || defined(__osf__) || defined(__hpux__))
+#endif
+#if !(defined(__solaris__) || defined(__osf__) || defined(__hpux__) || defined(__NetBSD__) || defined(__DragonFly__))
 	#include <sys/sysctl.h>
 #endif
 #include <sys/time.h>