Bug 557303 - Include stdarg.h in jsscan.h, r=jimb

This commit is contained in:
Michael Wu 2010-04-08 12:06:54 -07:00
Родитель 9552c84738
Коммит c01d99b879
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -44,6 +44,7 @@
*/ */
#include <stddef.h> #include <stddef.h>
#include <stdio.h> #include <stdio.h>
#include <stdarg.h>
#include "jsversion.h" #include "jsversion.h"
#include "jsopcode.h" #include "jsopcode.h"
#include "jsprvtd.h" #include "jsprvtd.h"