aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/open-vm-tools/files/patch-libDeployPkg_processPosix.c
blob: 966cfa5827fee90bdef81d77fcd9dc364a699596 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libDeployPkg/processPosix.c.orig	2023-07-18 17:10:48 UTC
+++ libDeployPkg/processPosix.c
@@ -28,6 +28,8 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/wait.h>
+#include <sys/types.h>
+#include <signal.h>
 #include <stdlib.h>
 
 #include "util.h"