commit | 5f1565e7fd1f342845c72ea18d54abfa790765f6 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Jul 20 19:00:52 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jul 20 19:00:52 2002 +0000 |
tree | e0915205363f1bc9dc29868f81823ac2c1ae55c8 | |
parent | 283a7ff8d17f0e0b9f7d7568340698060d62088b [diff] [blame] |
Explicitly specify the path to wpp.h so we don't need to change the include path, to avoid conflicts with multiple y.tab.h files.
diff --git a/tools/widl/parser.l b/tools/widl/parser.l index 47a4748..0ff67cf 100644 --- a/tools/widl/parser.l +++ b/tools/widl/parser.l
@@ -42,7 +42,7 @@ #include "widl.h" #include "utils.h" #include "parser.h" -#include "wpp.h" +#include "../wpp/wpp.h" #include "y.tab.h"