From 8e4e5b563093f6a40aff290e050d7444791fdf8c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 12:54:16 +0900 Subject: [PATCH] Use tdeprocess.h Signed-off-by: Michele Calgaro --- src/aptcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aptcache.h b/src/aptcache.h index f35b0df..3bf444d 100644 --- a/src/aptcache.h +++ b/src/aptcache.h @@ -13,7 +13,7 @@ #include #include #include -#include +#include class AptProtocol;