mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
fix build bustage...(bad #include)
This commit is contained in:
parent
a423353676
commit
69dfa66909
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user