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

git-svn-id: svn://10.0.0.236/trunk@61714 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2000-02-26 01:04:50 +00:00
parent 35cfc92cb4
commit 3ee3d2a564
11 changed files with 97 additions and 16 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"