freebsd-ports/multimedia/moonlight/files/patch-src_pipeline.cpp
Florent Thoumie 1da2f4b297 Add moonlight 1.0, the free opensource implementation of Microsoft Silverlight.
The port only supports Firefox 2 but support for Firefox 3 will arrive soon.
Also, there's no sound support at the moment either.
2009-02-24 17:26:48 +00:00

10 lines
286 B
C++

--- src/pipeline.cpp.orig 2009-02-12 20:44:18.000000000 +0000
+++ src/pipeline.cpp 2009-02-12 20:44:30.000000000 +0000
@@ -15,6 +15,7 @@
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>