aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/MozDownload.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2386e7736..d665612f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-01-25 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/MozDownload.h:
+
+ Include nsIMIMEInfo.h to fix compilation with mozilla 1.4.
+
+2004-01-25 Christian Persch <chpe@cvs.gnome.org>
+
* src/window-commands.c: (window_cmd_file_print_preview):
Fix mem leak.
diff --git a/embed/mozilla/MozDownload.h b/embed/mozilla/MozDownload.h
index 084a90f8b..f6c82705e 100644
--- a/embed/mozilla/MozDownload.h
+++ b/embed/mozilla/MozDownload.h
@@ -52,6 +52,7 @@
#include "nsIWebBrowserPersist.h"
#include "nsIObserver.h"
#include "nsIRequest.h"
+#include "nsIMIMEInfo.h"
#include "downloader-view.h"
#include "ephy-download.h"