freebsd-ports/multimedia/moonlight/files/patch-src_utils.h
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

12 lines
258 B
C

--- src/utils.h.orig 2009-02-12 20:41:44.000000000 +0000
+++ src/utils.h 2009-02-12 20:42:46.000000000 +0000
@@ -14,6 +14,8 @@
#ifndef __MOON_GARRAY_EXT_H__
#define __MOON_GARRAY_EXT_H__
+#include <sys/types.h>
+
#include <glib.h>
#include <cairo.h>