From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/moc/moc.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/moc/moc.l') 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++ -- cgit v1.2.1