jscript: Added missing port.h includes.

This commit is contained in:
Jacek Caban 2009-08-13 22:32:52 +02:00 committed by Alexandre Julliard
parent 7151a3965b
commit cde2f1a09e
2 changed files with 6 additions and 0 deletions

View File

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

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"