jscript: Added missing port.h include to lex.c.

This commit is contained in:
Jacek Caban 2012-05-30 10:17:18 +02:00 committed by Alexandre Julliard
parent 482159a234
commit de5495ba86
1 changed files with 3 additions and 1 deletions

View File

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