fix for #26773, alert when there is a network error in mailnews. r=mscott, a=phil

This commit is contained in:
sspitzer@netscape.com
2000-02-26 01:04:50 +00:00
parent 591f10b15a
commit 12ae6ff6d2
4 changed files with 8 additions and 5 deletions

View File

@@ -87,6 +87,7 @@
#include "nsIDocShellTreeOwner.h"
#include "nsCURILoader.h"
#include "nsIDOMWindow.h"
#include "nsISocketTransportService.h"
#include "nsIHTTPChannel.h" // add this to the ick include list...we need it to QI for post data interface
#include "nsHTTPEnums.h"