easier to compile on ubuntu

This commit is contained in:
Eliot Horowitz
2009-04-28 08:47:56 -04:00
parent 8a5b5607e0
commit 3ca02da7e3
3 changed files with 18 additions and 2 deletions

View File

@@ -8,7 +8,11 @@
#define XP_UNIX
#endif
#ifdef MOZJS
#include "mozjs/jsapi.h"
#else
#include "js/jsapi.h"
#endif
namespace mongo {