Adding #include for that picky Solaris compiler; this will head off a future red cycle

This commit is contained in:
law%netscape.com 2000-01-12 22:37:21 +00:00
parent 841ec989a9
commit 5b8cd272cc

View File

@ -29,6 +29,7 @@
#include "nsIWebShell.h"
#include "nsIDocumentViewer.h"
#include "nsIPresShell.h"
#include "nsIViewManager.h"
#undef NS_FILE_FAILURE
#define NS_FILE_FAILURE NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_FILES,(0xFFFF))