Jacek Caban : jscript: Added missing port.h include to lex.c.
30 May
2012
30 May
'12
6:18 p.m.
Module: wine Branch: master Commit: de5495ba86e0a99ed94b2894298ea6708dbbbe83 URL: http://source.winehq.org/git/wine.git/?a=commit;h=de5495ba86e0a99ed94b289429... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed May 30 10:17:18 2012 +0200 jscript: Added missing port.h include to lex.c. --- dlls/jscript/lex.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/dlls/jscript/lex.c b/dlls/jscript/lex.c index 022c06e..06d0b89 100644 --- a/dlls/jscript/lex.c +++ b/dlls/jscript/lex.c @@ -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"
4947
Age (days ago)
4947
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard