]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: (test_sysinfo) include sys/mount.h
authorThomas Weißschuh <thomas@t-8ch.de>
Tue, 2 May 2023 16:53:20 +0000 (18:53 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 2 May 2023 16:53:20 +0000 (18:53 +0200)
commitb9158b0acedae532154234705204fb0d58a983ea
tree5d9f12dd17a99c92bdcfaa42bcaec898c191ec63
parent501b59962451845cb4ff86b0477ddf4d37553d5b
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 <thomas@t-8ch.de>
tests/helpers/test_sysinfo.c