From d0fbb2dbdc437d122b4ebe33110bb926ffa34e8a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 17 Apr 2006 14:22:21 +0000 Subject: Check for nsIMutableArray.h and include it if found. Fixes build with 2006-04-13 Christian Persch * configure.ac: * embed/mozilla/GtkNSSDialogs.cpp: Check for nsIMutableArray.h and include it if found. Fixes build with gecko trunk. --- embed/mozilla/GtkNSSDialogs.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'embed/mozilla/GtkNSSDialogs.cpp') diff --git a/embed/mozilla/GtkNSSDialogs.cpp b/embed/mozilla/GtkNSSDialogs.cpp index 72b85b7f7..c6489cf06 100644 --- a/embed/mozilla/GtkNSSDialogs.cpp +++ b/embed/mozilla/GtkNSSDialogs.cpp @@ -45,8 +45,12 @@ #include #include #include -#include #include +#include +#ifdef HAVE_NSIMUTABLEARRAY_H +#include +#endif + #undef MOZILLA_INTERNAL_API #include #define MOZILLA_INTERNAL_API 1 -- cgit v1.2.3