From fb8d17a9f2c85425a7235725c5ace0d22fe4310c Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 24 May 2002 11:22:10 +0000 Subject: Update to 1.2.2. --- .../patch-src::mozilla::ExternalProtocolService.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp (limited to 'www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp') diff --git a/www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp b/www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp new file mode 100644 index 000000000000..784940561838 --- /dev/null +++ b/www/galeon2/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 ++#endif ++#ifdef HAVE_STDLIB_H ++#include ++#endif + #include + + #include "ExternalProtocolService.h" -- cgit v1.2.3