From 1d1d7c9022ddc02c1fc3465e19ae38f72b48c622 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Mon, 3 Jan 2000 23:12:33 +0000 Subject: [PATCH] Including nsIFileSpec.h directly. It is included indirectly. This prep work for the nsIFile landing. --- mailnews/base/util/nsMsgProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/util/nsMsgProtocol.h b/mailnews/base/util/nsMsgProtocol.h index 3e5a494a7bc1..cc506298da7c 100644 --- a/mailnews/base/util/nsMsgProtocol.h +++ b/mailnews/base/util/nsMsgProtocol.h @@ -31,7 +31,7 @@ #include "nsIURL.h" #include "nsILoadGroup.h" #include "nsCOMPtr.h" - +#include "nsIFileSpec.h" // This is a helper class used to encapsulate code shared between all of the // mailnews protocol objects (imap, news, pop, smtp, etc.) In particular, // it unifies the core networking code for the protocols. My hope is that