$OpenBSD: patch-PlaylistBroadcaster_tproj_BCasterTracker_cpp,v 1.1.1.1 2003/05/23 16:19:28 jakob Exp $
--- PlaylistBroadcaster.tproj/BCasterTracker.cpp.orig	Sat Feb 22 00:42:14 2003
+++ PlaylistBroadcaster.tproj/BCasterTracker.cpp	Mon Apr  7 16:50:42 2003
@@ -44,13 +44,18 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
+#if __OpenBSD__
+#include <sys/param.h>
+#endif
 
 
 #ifndef __MACOS__
 	#include <fcntl.h>
 	#include <sys/file.h>
 	#include <sys/stat.h>
+#ifndef __OpenBSD__
 	#include <sys/types.h>
+#endif
 	#if !(defined(__solaris__) || defined(__osf__))
 		#include <sys/sysctl.h>
 	#endif
