diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-31 04:10:36 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-31 04:10:36 +0800 |
commit | 43ffdbce3d862188f5eff610b4dfb4492c9e8a3d (patch) | |
tree | 603ebbc1d5b71cd03081b4574d67a3187e9c1f8a /embed/mozilla/MozDownload.h | |
parent | 3a64822115580381da20e6bda7496c3244739e35 (diff) | |
download | gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar.gz gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar.bz2 gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar.lz gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar.xz gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.tar.zst gsoc2013-epiphany-43ffdbce3d862188f5eff610b4dfb4492c9e8a3d.zip |
Adjust includes to make it compile with mozila 1.4.
2003-12-30 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
Adjust includes to make it compile with mozila 1.4.
Diffstat (limited to 'embed/mozilla/MozDownload.h')
-rw-r--r-- | embed/mozilla/MozDownload.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/mozilla/MozDownload.h b/embed/mozilla/MozDownload.h index ec06a1cad..9a2a94d53 100644 --- a/embed/mozilla/MozDownload.h +++ b/embed/mozilla/MozDownload.h @@ -50,6 +50,8 @@ #include "nsIURI.h" #include "nsILocalFile.h" #include "nsIWebBrowserPersist.h" +#include "nsIObserver.h" +#include "nsIRequest.h" #include "downloader-view.h" #include "ephy-download.h" |