Fix JS shell build. (r=luke)

This commit is contained in:
Chris Leary 2011-09-26 16:09:47 -07:00
parent ae4efa89c7
commit 5db5bc98eb

View File

@ -37,6 +37,9 @@
*
* ***** END LICENSE BLOCK ***** */
#include "jstypes.h"
#include "jspubtd.h"
#ifdef JS_THREADSAFE
/*
@ -44,9 +47,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include "jspubtd.h"
#include "jsutil.h"
#include "jstypes.h"
#include "jsstdint.h"
#include "jsbit.h"
#include "jscntxt.h"