From: Yu Watanabe Date: Mon, 4 Aug 2025 04:29:19 +0000 (+0900) Subject: test: include unistd.h for _exit() used in ASSERT_SIGNAL() X-Git-Tag: v258-rc2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc743db4f0d669a85eb90441067ae22fb664c91;p=thirdparty%2Fsystemd.git test: include unistd.h for _exit() used in ASSERT_SIGNAL() Similar to c56e251d3f444b78e877eae27a0f82dcde5e9fe5. --- diff --git a/src/shared/tests.h b/src/shared/tests.h index 33304903ba1..5c933c48010 100644 --- a/src/shared/tests.h +++ b/src/shared/tests.h @@ -1,6 +1,8 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once +#include + #include "errno-list.h" #include "errno-util.h" #include "forward.h"