try to fix build

This commit is contained in:
dwight
2010-06-11 08:48:18 -04:00
parent ec85177ba1
commit 4bbfd22694
3 changed files with 17 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
*/
#include "pch.h"
#include "engine_spidermonkey.h"5
#include "engine_spidermonkey.h"
#include "../client/dbclient.h"
#ifndef _WIN32
@@ -1497,7 +1497,7 @@ namespace mongo {
};
/* used to make the logging not overly chatty in the mongo shell. */
bool isShell = false;
extern bool isShell;
void errorReporter( JSContext *cx, const char *message, JSErrorReport *report ){
stringstream ss;