diff options
Diffstat (limited to 'src/moc/moc.l')
-rw-r--r-- | src/moc/moc.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moc/moc.l b/src/moc/moc.l index 868f9c0a6..b5388077f 100644 --- a/src/moc/moc.l +++ b/src/moc/moc.l @@ -65,7 +65,7 @@ long buf_size_total = 0, buf_index = 0; } #endif -#include "ntqstring.h" +#include "tqstring.h" #define input yyinput // yyinput in C++ |