12 lines
412 B
Text
12 lines
412 B
Text
$NetBSD: patch-ab,v 1.2 2007/03/07 18:22:43 joerg Exp $
|
|
--- Server.tproj/RTSPSession.cpp.orig 2005-04-27 12:17:44.000000000 +0200
|
|
+++ Server.tproj/RTSPSession.cpp 2005-12-17 18:49:56.000000000 +0100
|
|
@@ -47,7 +47,7 @@
|
|
#include "OSArrayObjectDeleter.h"
|
|
#include "md5digest.h"
|
|
|
|
-#if __FreeBSD__ || __hpux__
|
|
+#if __FreeBSD__ || __hpux__ || __NetBSD__ || defined(__DragonFly__)
|
|
#include <unistd.h>
|
|
#endif
|
|
|