From c259cbd5a38f571c937418939fff07f63c049154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Tue, 28 Mar 2023 20:32:05 +0200 Subject: [PATCH] Add missing libgen.h in utils for basename() call --- utils/adept_activate.cpp | 1 + utils/adept_remove.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/utils/adept_activate.cpp b/utils/adept_activate.cpp index 7b215b3..808fbe1 100644 --- a/utils/adept_activate.cpp +++ b/utils/adept_activate.cpp @@ -31,6 +31,7 @@ #include #include #include +#include #include #include diff --git a/utils/adept_remove.cpp b/utils/adept_remove.cpp index 646e57b..c8d3ecb 100644 --- a/utils/adept_remove.cpp +++ b/utils/adept_remove.cpp @@ -27,6 +27,7 @@ */ #include +#include #include