diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-15 14:39:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-15 14:39:34 +0800 |
commit | 426a5f72f72faaeaa6ab2d96ce2addeab9ba5ea6 (patch) | |
tree | 7687acc6a9c81c5cca6f94478e2b3012d9e35ff1 /www | |
parent | 7e8fcd459283fea656e45cdc8f78dad70ff7d861 (diff) | |
download | freebsd-ports-gnome-426a5f72f72faaeaa6ab2d96ce2addeab9ba5ea6.tar.gz freebsd-ports-gnome-426a5f72f72faaeaa6ab2d96ce2addeab9ba5ea6.tar.zst freebsd-ports-gnome-426a5f72f72faaeaa6ab2d96ce2addeab9ba5ea6.zip |
Fix build on -CURRENT.
Reported by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon2/files/patch-utils_gul-toolbar-bonobo-view.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/galeon2/files/patch-utils_gul-toolbar-bonobo-view.c b/www/galeon2/files/patch-utils_gul-toolbar-bonobo-view.c new file mode 100644 index 000000000000..ffa0128c0f14 --- /dev/null +++ b/www/galeon2/files/patch-utils_gul-toolbar-bonobo-view.c @@ -0,0 +1,10 @@ +--- utils/gul-toolbar-bonobo-view.c.orig Sun Jun 15 02:34:00 2003 ++++ utils/gul-toolbar-bonobo-view.c Sun Jun 15 02:34:36 2003 +@@ -20,6 +20,7 @@ + #include "config.h" + #endif + ++#include <sys/types.h> + #include <libgnome/gnome-i18n.h> + #include "gul-gobject-misc.h" + #include "galeon-marshal.h" |