]> git.proxmox.com Git - mirror_qemu.git/commitdiff
bsd-user: Add os-stat.c to the build
authorKarim Taha <kariem.taha2.7@gmail.com>
Sun, 13 Aug 2023 08:41:49 +0000 (10:41 +0200)
committerWarner Losh <imp@bsdimp.com>
Mon, 28 Aug 2023 18:16:18 +0000 (12:16 -0600)
Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/freebsd/meson.build

index f87c788e846908feac228fa6c98f5beb91e532fc..f2f047cca31e5d4e28137704aab7c99f37947243 100644 (file)
@@ -1,4 +1,5 @@
 bsd_user_ss.add(files(
+  'os-stat.c',
   'os-sys.c',
   'os-syscall.c',
 ))