diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-17 16:24:12 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:57:52 +0000 |
commit | 1c16924e08a0e1dc3f2a99d884624e1a17d05571 (patch) | |
tree | 19a0ba806d4aec01c7655124b68ed3cae36bf95a /netwerk/protocol/about/nsAboutCacheEntry.h | |
parent | 9c21ed180441d41e280e17e91f5d56d029d63685 (diff) | |
download | UXP-1c16924e08a0e1dc3f2a99d884624e1a17d05571.tar UXP-1c16924e08a0e1dc3f2a99d884624e1a17d05571.tar.gz UXP-1c16924e08a0e1dc3f2a99d884624e1a17d05571.tar.lz UXP-1c16924e08a0e1dc3f2a99d884624e1a17d05571.tar.xz UXP-1c16924e08a0e1dc3f2a99d884624e1a17d05571.zip |
Issue #80 - De-unify netwerk/protocol/about
Diffstat (limited to 'netwerk/protocol/about/nsAboutCacheEntry.h')
-rw-r--r-- | netwerk/protocol/about/nsAboutCacheEntry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/protocol/about/nsAboutCacheEntry.h b/netwerk/protocol/about/nsAboutCacheEntry.h index 44a78760b..8bfa0aa72 100644 --- a/netwerk/protocol/about/nsAboutCacheEntry.h +++ b/netwerk/protocol/about/nsAboutCacheEntry.h @@ -9,6 +9,7 @@ #include "nsIAboutModule.h" #include "nsICacheEntryOpenCallback.h" #include "nsICacheEntry.h" +#include "nsIChannel.h" #include "nsIStreamListener.h" #include "nsString.h" #include "nsCOMPtr.h" |