Fix MOZ_PHOENIX bustage.
This commit is contained in:
Родитель
89a0f85a92
Коммит
d8243a5752
|
@ -65,6 +65,10 @@ REQUIRES = xpcom \
|
|||
appcomps \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_PHOENIX
|
||||
REQUIRES += toolkitcomps history
|
||||
endif
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
REQUIRES += windowwatcher \
|
||||
$(NULL)
|
||||
|
|
|
@ -86,6 +86,9 @@
|
|||
#include "nsIPrefService.h"
|
||||
|
||||
#include "nsIGlobalHistory.h"
|
||||
#ifdef MOZ_PHOENIX
|
||||
#include "nsToolkitCompsCID.h"
|
||||
#endif
|
||||
|
||||
#include "nsCRT.h"
|
||||
#include "plstr.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче