From c0de1bf8227a6659a0f778f5b19a38e1c720c73f Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Sun, 12 Sep 1999 05:30:25 +0000 Subject: [PATCH] Include nsIPrincipal.h just to be safe. (The unix tree turned red, but I don't know if it was a midcheckin problem or if it really needs this). git-svn-id: svn://10.0.0.236/trunk@47037 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/base/util/nsMsgProtocol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/mailnews/base/util/nsMsgProtocol.h b/mozilla/mailnews/base/util/nsMsgProtocol.h index 3b5a46b9a57..eac555977c8 100644 --- a/mozilla/mailnews/base/util/nsMsgProtocol.h +++ b/mozilla/mailnews/base/util/nsMsgProtocol.h @@ -26,6 +26,7 @@ #include "nsIChannel.h" #include "nsIURL.h" #include "nsILoadGroup.h" +#include "nsIPrincipal.h" #include "nsCOMPtr.h" // This is a helper class used to encapsulate code shared between all of the