aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-26 05:35:08 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-26 05:35:08 +0800
commita2c41bf930f4777fc4a82ac165a3e14f2598bd7a (patch)
tree7f149c7db2fd624ae5c872c5297ea3cbf1fed706 /embed
parent4ae1d220a740d44d6692440a223bdd1da5120ae0 (diff)
downloadgsoc2013-epiphany-a2c41bf930f4777fc4a82ac165a3e14f2598bd7a.tar
gsoc2013-epiphany-a2c41bf930f4777fc4a82ac165a3e14f2598bd7a.tar.gz
gsoc2013-epiphany-a2c41bf930f4777fc4a82ac165a3e14f2598bd7a.tar.bz2
gsoc2013-epiphany-a2c41bf930f4777fc4a82ac165a3e14f2598bd7a.tar.lz
gsoc2013-epiphany-a2c41bf930f4777fc4a82ac165a3e14f2598bd7a.tar.xz
gsoc2013-epiphany-a2c41bf930f4777fc4a82ac165a3e14f2598bd7a.tar.zst
gsoc2013-epiphany-a2c41bf930f4777fc4a82ac165a3e14f2598bd7a.zip
Include nsIMIMEInfo.h to fix compilation with mozilla 1.4.
2004-01-25 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.h: Include nsIMIMEInfo.h to fix compilation with mozilla 1.4.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/MozDownload.h1
1 files changed, 1 insertions, 0 deletions
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"