diff --git a/libs/wpp/ppl.l b/libs/wpp/ppl.l index 4bb928c60f8..d500aefb8c0 100644 --- a/libs/wpp/ppl.l +++ b/libs/wpp/ppl.l @@ -121,6 +121,11 @@ * */ +%top{ +#include "config.h" +#include "wine/port.h" +} + /* * Special flex options and exclusive scanner start-conditions */ @@ -156,8 +161,6 @@ 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 "wine/port.h" #include #include #include