Commit dfcd07eb authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

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

parent 0aec3fcf
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment