From fb8493fd3d328202d04051223320fc73c1667a34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sat, 7 Jan 2023 02:24:49 +0000 Subject: [PATCH] meson: fix test_sysfs build --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index fd069c1311..32b89d6a73 100644 --- a/meson.build +++ b/meson.build @@ -2967,6 +2967,7 @@ exe = executable( 'lib/sysfs.c', 'lib/path.c', 'lib/buffer.c', + 'lib/mbsalign.c', 'lib/fileutils.c', have_cpu_set_t ? 'lib/cpuset.c' : [], c_args : ['-DTEST_PROGRAM_SYSFS'], -- 2.47.2