Bug 479258: Include "jsstdint.h" for <stdint.h> type use within SpiderMonkey. r=brendan

This commit is contained in:
Jim Blandy
2009-03-18 11:38:16 -07:00
parent 690ad44a65
commit daab0107e2
38 changed files with 38 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
#include <math.h>
#include "jsapi.h"
#include "jsstdint.h"
#include "jsarray.h"
#include "jsbool.h"
#include "jscntxt.h"