This commit is contained in:
dbaron%dbaron.org 2003-06-30 20:29:59 +00:00
Родитель 89a0f85a92
Коммит d8243a5752
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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"