Fix from Sebastian Redl to compile under GCC 4.2 (r=me, a=shaver).

git-svn-id: svn://10.0.0.236/trunk@247421 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org 2008-03-09 04:49:46 +00:00
parent 7b77dd83a8
commit e71ceeac76

View File

@ -44,6 +44,7 @@
*/
#include "jsstddef.h"
#include <stdlib.h>
#include <string.h>
#include "jspubtd.h"
#include "jsutil.h" /* Added by JSIFY */
#include "jstypes.h"