Skip to content
Snippets Groups Projects
Commit dfcd07eb authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard
Browse files

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

parent 0aec3fcf
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment