From b9158b0acedae532154234705204fb0d58a983ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Tue, 2 May 2023 18:53:20 +0200 Subject: [PATCH] tests: (test_sysinfo) include sys/mount.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit When fsopen() is not provided by mount-api-utils.h it comes from sys/mount.h. Signed-off-by: Thomas Weißschuh --- tests/helpers/test_sysinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/helpers/test_sysinfo.c b/tests/helpers/test_sysinfo.c index 4d22961c97..81fbdd75f1 100644 --- a/tests/helpers/test_sysinfo.c +++ b/tests/helpers/test_sysinfo.c @@ -26,6 +26,7 @@ #include #include #include +#include #include "mount-api-utils.h" -- 2.47.2