Fix MOZ_PHOENIX bustage.

This commit is contained in:
dbaron%dbaron.org 2003-06-30 20:29:59 +00:00
parent a96fdc499f
commit 4d36cb7adf
2 changed files with 7 additions and 0 deletions

View File

@ -65,6 +65,10 @@ REQUIRES = xpcom \
appcomps \ appcomps \
$(NULL) $(NULL)
ifdef MOZ_PHOENIX
REQUIRES += toolkitcomps history
endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
REQUIRES += windowwatcher \ REQUIRES += windowwatcher \
$(NULL) $(NULL)

View File

@ -86,6 +86,9 @@
#include "nsIPrefService.h" #include "nsIPrefService.h"
#include "nsIGlobalHistory.h" #include "nsIGlobalHistory.h"
#ifdef MOZ_PHOENIX
#include "nsToolkitCompsCID.h"
#endif
#include "nsCRT.h" #include "nsCRT.h"
#include "plstr.h" #include "plstr.h"