Bug 571751 - android build broken in jscntxt.cpp, r=gal

--HG--
extra : rebase_source : 91a9bf3acf3b21741ed74e7f044d95d3e38d1cfd
This commit is contained in:
Harry Li 2010-06-14 13:33:30 -07:00
parent d35623d3e5
commit 59af27f760

View File

@ -38,6 +38,8 @@
*
* ***** END LICENSE BLOCK ***** */
#define __STDC_LIMIT_MACROS
/*
* JS execution context.
*/
@ -46,7 +48,6 @@
#include <stdlib.h>
#include <string.h>
#define __STDC_LIMIT_MACROS
#include "jsstdint.h"
#include "jstypes.h"