diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-17 16:24:12 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-17 16:24:12 +0000 |
commit | 5fa34da0b77476d440eeb52b1258349cfe1c5013 (patch) | |
tree | 2a882637aeefd80aa93076e3f3ec83868616527a /netwerk/protocol/about/nsAboutCache.h | |
parent | 5966f18f414045b8a060fbd51168730e146352d6 (diff) | |
download | UXP-5fa34da0b77476d440eeb52b1258349cfe1c5013.tar UXP-5fa34da0b77476d440eeb52b1258349cfe1c5013.tar.gz UXP-5fa34da0b77476d440eeb52b1258349cfe1c5013.tar.lz UXP-5fa34da0b77476d440eeb52b1258349cfe1c5013.tar.xz UXP-5fa34da0b77476d440eeb52b1258349cfe1c5013.zip |
Issue #80 - De-unify netwerk/protocol/about
Diffstat (limited to 'netwerk/protocol/about/nsAboutCache.h')
-rw-r--r-- | netwerk/protocol/about/nsAboutCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/protocol/about/nsAboutCache.h b/netwerk/protocol/about/nsAboutCache.h index c2d1af850..6fb837eac 100644 --- a/netwerk/protocol/about/nsAboutCache.h +++ b/netwerk/protocol/about/nsAboutCache.h @@ -9,6 +9,7 @@ #include "nsIAboutModule.h" #include "nsICacheStorageVisitor.h" #include "nsICacheStorage.h" +#include "nsIChannel.h" #include "nsString.h" #include "nsIOutputStream.h" |