From c76e6db23557fa28d2212c0de1e20fc8513af466 Mon Sep 17 00:00:00 2001 From: spider Date: Thu, 25 Jun 1998 16:25:15 +0000 Subject: [PATCH] Attempt to fix Solaris bustage git-svn-id: svn://10.0.0.236/trunk@4494 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cmd/xfe/src/PrefsDialog.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/cmd/xfe/src/PrefsDialog.cpp b/mozilla/cmd/xfe/src/PrefsDialog.cpp index 18ef1354153..f8a5a31547b 100644 --- a/mozilla/cmd/xfe/src/PrefsDialog.cpp +++ b/mozilla/cmd/xfe/src/PrefsDialog.cpp @@ -31,9 +31,13 @@ #include "xpassert.h" #include "xfe.h" #include "PrefsDialog.h" + +#ifdef MOZ_MAIL_NEWS #include "PrefsPageMessages.h" #include "PrefsPageNServer.h" #include "PrefsPageAddress.h" +#endif + #include "prefapi.h" #include