On 8/27/23 08:57, Karim Taha wrote:
Signed-off-by: Karim Taha <kariem.taha...@gmail.com>
---
bsd-user/freebsd/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/bsd-user/freebsd/meson.build b/bsd-user/freebsd/meson.build
index f87c788e84..d169e31235 100644
--- a/bsd-user/freebsd/meson.build
+++ b/bsd-user/freebsd/meson.build
@@ -1,4 +1,5 @@
bsd_user_ss.add(files(
+ 'os-proc.c',
'os-sys.c',
'os-syscall.c',
))
This won't build -- won't configure -- without the file being present.
Just merge into the next patch.
r~