From c6e185762bdf808055d60e9582476a98f627b00a Mon Sep 17 00:00:00 2001 From: "rpotts%netscape.com" Date: Fri, 22 Oct 1999 05:56:19 +0000 Subject: [PATCH] Fix build bustage on platforms that require full infor for nsCOMPtrs... git-svn-id: svn://10.0.0.236/trunk@51518 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/http/src/nsHTTPRequest.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/netwerk/protocol/http/src/nsHTTPRequest.h b/mozilla/netwerk/protocol/http/src/nsHTTPRequest.h index 3e86f1402ae..bebf301cc41 100644 --- a/mozilla/netwerk/protocol/http/src/nsHTTPRequest.h +++ b/mozilla/netwerk/protocol/http/src/nsHTTPRequest.h @@ -22,6 +22,7 @@ #include "nscore.h" #include "nsCOMPtr.h" #include "nsIStreamObserver.h" +#include "nsIInputStream.h" #include "nsIPipe.h" #include "nsIURL.h" #include "nsIChannel.h"