From a2c41bf930f4777fc4a82ac165a3e14f2598bd7a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 25 Jan 2004 21:35:08 +0000 Subject: Include nsIMIMEInfo.h to fix compilation with mozilla 1.4. 2004-01-25 Christian Persch * embed/mozilla/MozDownload.h: Include nsIMIMEInfo.h to fix compilation with mozilla 1.4. --- embed/mozilla/MozDownload.h | 1 + 1 file changed, 1 insertion(+) (limited to 'embed/mozilla/MozDownload.h') 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" -- cgit