aboutsummaryrefslogtreecommitdiff
path: root/www/galeon/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-24 11:22:10 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-24 11:22:10 +0000
commitfb8d17a9f2c85425a7235725c5ace0d22fe4310c (patch)
tree3c96e0284122c12be5c8b1654176dde1cf912d49 /www/galeon/files
parent52bb583e9d4c6d58dd9753beb6f4339bf897519a (diff)
Notes
Diffstat (limited to 'www/galeon/files')
-rw-r--r--www/galeon/files/patch-src::mozilla::ExternalProtocolService.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/galeon/files/patch-src::mozilla::ExternalProtocolService.cpp b/www/galeon/files/patch-src::mozilla::ExternalProtocolService.cpp
new file mode 100644
index 000000000000..784940561838
--- /dev/null
+++ b/www/galeon/files/patch-src::mozilla::ExternalProtocolService.cpp
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- src/mozilla/ExternalProtocolService.cpp 2002/05/24 10:52:44 1.1
++++ src/mozilla/ExternalProtocolService.cpp 2002/05/24 10:53:41
+@@ -16,7 +16,12 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
++#ifdef HAVE_MALLOC_H
+ #include <malloc.h>
++#endif
++#ifdef HAVE_STDLIB_H
++#include <stdlib.h>
++#endif
+ #include <gtk/gtk.h>
+
+ #include "ExternalProtocolService.h"