fix build bustage...(bad #include)

This commit is contained in:
brade%netscape.com 1999-01-05 19:51:59 +00:00
parent a423353676
commit 69dfa66909

View File

@ -51,7 +51,11 @@ static NS_DEFINE_IID(kCAppShellServiceCID, NS_APPSHELL_SERVICE_CID);
*
* Until then, include the real file to keep everything in sync.
*/
#ifdef XP_MAC
#include ":::webshell:tests:viewer:nsSetupRegistry.cpp"
#else
#include "../../webshell/tests/viewer/nsSetupRegistry.cpp"
#endif
extern "C" void
NS_SetupRegistry_1()