Bug 784894 - Fix sharkctl.h #include on OSX (r=bustage)

This commit is contained in:
Luke Wagner 2012-08-28 16:56:54 -07:00
parent 26d0c535b6
commit ea3eeebc95

View File

@ -48,7 +48,7 @@
#include "mozilla/Util.h"
#ifdef __APPLE__
#include "sharkctl.h"
#include "devtools/sharkctl.h"
#endif
using namespace js;