From fe0abd81576f96ebafca84397d0add6d0d3c3162 Mon Sep 17 00:00:00 2001 From: "amusil%netscape.com" Date: Mon, 25 Jan 1999 12:18:51 +0000 Subject: [PATCH] Fixing build bustage --- docshell/base/nsWebShell.cpp | 3 +++ webshell/src/nsWebShell.cpp | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docshell/base/nsWebShell.cpp b/docshell/base/nsWebShell.cpp index 2c376858544..28e7836c883 100644 --- a/docshell/base/nsWebShell.cpp +++ b/docshell/base/nsWebShell.cpp @@ -53,6 +53,9 @@ #include "nsIContent.h" #include "prlog.h" +#ifdef XP_PC +#include +#endif //XXX used for nsIStreamObserver implementation. This sould be replaced by DocLoader // notifications... diff --git a/webshell/src/nsWebShell.cpp b/webshell/src/nsWebShell.cpp index 2c376858544..28e7836c883 100644 --- a/webshell/src/nsWebShell.cpp +++ b/webshell/src/nsWebShell.cpp @@ -53,6 +53,9 @@ #include "nsIContent.h" #include "prlog.h" +#ifdef XP_PC +#include +#endif //XXX used for nsIStreamObserver implementation. This sould be replaced by DocLoader // notifications...