1da2f4b297
The port only supports Firefox 2 but support for Firefox 3 will arrive soon. Also, there's no sound support at the moment either.
12 lines
258 B
C
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>
|
|
|