diff options
Diffstat (limited to 'www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp')
-rw-r--r-- | www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
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 <malloc.h> ++#endif ++#ifdef HAVE_STDLIB_H ++#include <stdlib.h> ++#endif + #include <gtk/gtk.h> + + #include "ExternalProtocolService.h" |