openbsd-ports/www/minitube/patches/patch-src_qtsingleapplication_qtlocalpeer_cpp
jakemsr 8da1438269 import minitube-1.0
standalone YouTube.com video browser/player

Minitube is a native YouTube client.  With it you can watch YouTube
videos in a new way: you type a keyword, Minitube gives you an endless
video stream.  Minitube does not require Flash Player.  Minitube is
not about cloning the original YouTube web interface, it aims to
create a new TV-like experience.

started by pirofti at c2k10, finished by me
2010-07-11 00:45:44 +00:00

12 lines
424 B
Plaintext

$OpenBSD: patch-src_qtsingleapplication_qtlocalpeer_cpp,v 1.1.1.1 2010/07/11 00:45:44 jakemsr Exp $
--- src/qtsingleapplication/qtlocalpeer.cpp.orig Wed Jul 7 12:19:46 2010
+++ src/qtsingleapplication/qtlocalpeer.cpp Wed Jul 7 12:20:38 2010
@@ -57,6 +57,7 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0
#endif
#if defined(Q_OS_UNIX)
#include <time.h>
+#include <unistd.h>
#endif
namespace QtLP_Private {