add include of nsIModule.h -- why was this working before?

This commit is contained in:
shaver%netscape.com 1999-09-21 14:38:50 +00:00
Родитель be1e3bbcff
Коммит 75d7450ba4
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -22,6 +22,7 @@
#include "nsIRegistry.h"
#include "nsISupports.h"
#include "nsIXPConnect.h"
#include "nsIModule.h"
extern const char mozJSComponentLoaderProgID[];
extern const char jsComponentTypeName[];