summaryrefslogtreecommitdiff
path: root/www/galeon/files/patch-src::mozilla::ExternalProtocolService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/galeon/files/patch-src::mozilla::ExternalProtocolService.cpp')
-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"