libwpp: Include wine/port.h in ppl.l as strcasecmp is used, which isn't available on all platforms.

This commit is contained in:
Rob Shearman 2008-03-03 21:47:14 +00:00 committed by Alexandre Julliard
parent 0aec3fcf86
commit dfcd07eba0
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,8 @@ cident [a-zA-Z_][0-9a-zA-Z_]*
ul [uUlL]|[uUlL][lL]|[lL][uU]|[lL][lL][uU]|[uU][lL][lL]|[lL][uU][lL]
%{
#include <config.h>
#include "config.h"
#include "wine/port.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>