ports/emulators/open-vm-tools/files/patch-lib_procMgr_procMgrPosix.c
Renato Botelho e291bf88f7 emulators/open-vm-tools: Update to 12.5.0
While here, fix build with llvm 19 [1]

PR:		282277, 282476 [1]
Submitted by:	dim [1]
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-11-05 15:00:49 -03:00

11 lines
277 B
C

--- lib/procMgr/procMgrPosix.c.orig 2024-10-10 15:05:07 UTC
+++ lib/procMgr/procMgrPosix.c
@@ -59,6 +59,8 @@
#include <limits.h>
#include <paths.h>
#include <sys/sysctl.h>
+#include <sys/types.h>
+#include <signal.h>
#endif
#if defined(__APPLE__)
#include <sys/sysctl.h>