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

@@ -74,6 +74,7 @@
#include <stdlib.h>
#include <string.h>
#include "jstypes.h"
#include "jsstdint.h"
#include "jsutil.h" /* Added by JSIFY */
#include "jsapi.h"
#include "jsarray.h"