This commit is contained in:
Andreas Gal 2009-08-24 22:00:30 -07:00
Родитель 2dc2163344
Коммит b499895248
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -40,6 +40,9 @@
#ifndef jsnum_h___
#define jsnum_h___
#include "jsstdint.h"
#include <math.h>
/*
* JS number (IEEE double) interface.
*