From dfcd07eba0e0524b0ede06dc39a07a14d68dfa9c Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Mon, 3 Mar 2008 21:47:14 +0000 Subject: [PATCH] libwpp: Include wine/port.h in ppl.l as strcasecmp is used, which isn't available on all platforms. --- libs/wpp/ppl.l | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/wpp/ppl.l b/libs/wpp/ppl.l index 5c39dbb97e3..4bb928c60f8 100644 --- a/libs/wpp/ppl.l +++ b/libs/wpp/ppl.l @@ -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 +#include "config.h" +#include "wine/port.h" #include #include #include