freebsd-ports/multimedia/moonlight/files/patch-tools_mopen_mopen1.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
287 B
C++

--- tools/mopen/mopen1.cpp.orig 2009-02-13 14:08:20.000000000 +0000
+++ tools/mopen/mopen1.cpp 2009-02-13 14:08:37.000000000 +0000
@@ -14,6 +14,7 @@
// Implement everything mopen implements
//
+#include <sys/stat.h>
#include <config.h>
#include <gtk/gtk.h>
#include <unistd.h>