aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-04-17 22:22:21 +0800
committerChristian Persch <chpe@src.gnome.org>2006-04-17 22:22:21 +0800
commitd0fbb2dbdc437d122b4ebe33110bb926ffa34e8a (patch)
tree066524b3a0ebf8a2ac465caa3879f37d40af1b58 /embed
parent69ac8270b40ea5a887e89d5203b4a8b5add63404 (diff)
downloadgsoc2013-epiphany-d0fbb2dbdc437d122b4ebe33110bb926ffa34e8a.tar
gsoc2013-epiphany-d0fbb2dbdc437d122b4ebe33110bb926ffa34e8a.tar.gz
gsoc2013-epiphany-d0fbb2dbdc437d122b4ebe33110bb926ffa34e8a.tar.bz2
gsoc2013-epiphany-d0fbb2dbdc437d122b4ebe33110bb926ffa34e8a.tar.lz
gsoc2013-epiphany-d0fbb2dbdc437d122b4ebe33110bb926ffa34e8a.tar.xz
gsoc2013-epiphany-d0fbb2dbdc437d122b4ebe33110bb926ffa34e8a.tar.zst
gsoc2013-epiphany-d0fbb2dbdc437d122b4ebe33110bb926ffa34e8a.zip
Check for nsIMutableArray.h and include it if found. Fixes build with
2006-04-13 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/GtkNSSDialogs.cpp: Check for nsIMutableArray.h and include it if found. Fixes build with gecko trunk.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/GtkNSSDialogs.cpp6
1 files changed, 5 insertions, 1 deletions
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 <nsIASN1Sequence.h>
#include <nsICRLInfo.h>
#include <nsISimpleEnumerator.h>
-#include <nsIArray.h>
#include <nsIDOMWindow.h>
+#include <nsIArray.h>
+#ifdef HAVE_NSIMUTABLEARRAY_H
+#include <nsIMutableArray.h>
+#endif
+
#undef MOZILLA_INTERNAL_API
#include <nsEmbedString.h>
#define MOZILLA_INTERNAL_API 1