jscript: Add missing port.h include for isnan.

This commit is contained in:
Thomas Faber 2012-04-28 09:08:21 +02:00 committed by Alexandre Julliard
parent f58c9661a4
commit 58ad6fcf1f
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include "jscript.h"