From caca4889fdb34f95db64c9e62d291746977f576f Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Fri, 23 Mar 2001 02:52:13 +0000 Subject: [PATCH] fix fizzilla bustage. --- netwerk/cache/src/nsDiskCacheDevice.cpp | 2 ++ netwerk/protocol/about/src/nsAboutCacheEntry.cpp | 2 ++ netwerk/protocol/http/src/nsHTTPChannel.cpp | 2 ++ 3 files changed, 6 insertions(+) diff --git a/netwerk/cache/src/nsDiskCacheDevice.cpp b/netwerk/cache/src/nsDiskCacheDevice.cpp index 2d5ddde118e2..d1e174ad23b8 100644 --- a/netwerk/cache/src/nsDiskCacheDevice.cpp +++ b/netwerk/cache/src/nsDiskCacheDevice.cpp @@ -22,6 +22,8 @@ * Patrick C. Beard */ +#include + #include "nsDiskCacheDevice.h" #include "nsDiskCacheEntry.h" #include "nsCacheService.h" diff --git a/netwerk/protocol/about/src/nsAboutCacheEntry.cpp b/netwerk/protocol/about/src/nsAboutCacheEntry.cpp index 077b6ea18f59..55ae75f5c952 100644 --- a/netwerk/protocol/about/src/nsAboutCacheEntry.cpp +++ b/netwerk/protocol/about/src/nsAboutCacheEntry.cpp @@ -21,6 +21,8 @@ * Darin Fisher (original author) */ +#include + #ifdef MOZ_NEW_CACHE #include "nsAboutCacheEntry.h" diff --git a/netwerk/protocol/http/src/nsHTTPChannel.cpp b/netwerk/protocol/http/src/nsHTTPChannel.cpp index 8c955e92f8f5..ccf917e477a3 100644 --- a/netwerk/protocol/http/src/nsHTTPChannel.cpp +++ b/netwerk/protocol/http/src/nsHTTPChannel.cpp @@ -25,6 +25,8 @@ * Darin Fisher */ +#include + #include "nspr.h" #include "prlong.h" #include "nsHTTPChannel.h"