mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -04:00
The port only supports Firefox 2 but support for Firefox 3 will arrive soon. Also, there's no sound support at the moment either.
11 lines
258 B
C
11 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>
|
|
|