diff options
Diffstat (limited to 'src/dotscan.lpp')
-rw-r--r-- | src/dotscan.lpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotscan.lpp b/src/dotscan.lpp index 23754bc..c472038 100644 --- a/src/dotscan.lpp +++ b/src/dotscan.lpp @@ -1,7 +1,7 @@ /* dot.l */ %{ -#include <ntqstring.h> +#include <tqstring.h> #include "dotparse.hpp" %} |