Fixing build bustage.

This commit is contained in:
jst%mozilla.jstenback.com 2004-04-22 00:42:59 +00:00
parent 6d6a240790
commit 2303631f5d
2 changed files with 5 additions and 1 deletions

View File

@ -62,9 +62,10 @@ REQUIRES = xpcom \
necko \
content \
layout \
dom \
dom \
debug \
imglib2 \
windowwatcher \
$(NULL)
CPPSRCS = \

View File

@ -49,6 +49,9 @@
#include "nsReadableUtils.h"
#include "nsGfxCIID.h"
#include "nsIWindowWatcher.h"
#include "nsIDOMWindow.h"
// File Picker
#include "nsILocalFile.h"
#include "nsIFile.h"