From ba18787932206a9a10d6072ea7cf8ee9ac26bf19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 30 Jun 2024 14:58:05 +0900 Subject: [PATCH] Use tq* headers instead of ntq* ones Signed-off-by: Michele Calgaro --- kdict/dict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdict/dict.h b/kdict/dict.h index 44111d7d..61c49d31 100644 --- a/kdict/dict.h +++ b/kdict/dict.h @@ -19,7 +19,7 @@ #ifndef _DICT_H_ #define _DICT_H_ -#include +#include #include #include