From e0486d146d37b634045d76783c9f5214b357819c Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Wed, 9 Jun 1999 06:18:08 +0000 Subject: [PATCH] fix windows build breakage. git-svn-id: svn://10.0.0.236/trunk@34374 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/news/src/nsNNTPHost.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/mailnews/news/src/nsNNTPHost.h b/mozilla/mailnews/news/src/nsNNTPHost.h index 9eced12bf78..cdfb39c1e80 100644 --- a/mozilla/mailnews/news/src/nsNNTPHost.h +++ b/mozilla/mailnews/news/src/nsNNTPHost.h @@ -21,6 +21,8 @@ #include "nsINNTPHost.h" +#include "msgCore.h" // precompiled header... + /* some platforms (like Windows and Mac) use a map file, because of * file name length limitations. */ #ifndef XP_UNIX @@ -31,8 +33,6 @@ #endif /* XP_MAC || XP_WIN */ #endif /* XP_UNIX */ -#include "msgCore.h" // precompiled header... - #include "nsMsgFolderFlags.h" #include "nntpCore.h"