From: Thomas Weißschuh Date: Tue, 2 May 2023 16:53:20 +0000 (+0200) Subject: tests: (test_sysinfo) include sys/mount.h X-Git-Tag: v2.39~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9158b0acedae532154234705204fb0d58a983ea;p=thirdparty%2Futil-linux.git tests: (test_sysinfo) include sys/mount.h When fsopen() is not provided by mount-api-utils.h it comes from sys/mount.h. Signed-off-by: Thomas Weißschuh --- 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"