opnsense-ports/emulators/open-vm-tools/files/patch-libDeployPkg_processPosix.c
Franco Fichtner c4027b391c emulators/open-vm-tools: sync with upstream
Taken from: HardenedBSD
2017-07-03 03:33:17 +02:00

11 lines
243 B
C

--- libDeployPkg/processPosix.c.orig 2017-02-24 22:15:37 UTC
+++ libDeployPkg/processPosix.c
@@ -28,6 +28,8 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/wait.h>
+#include <signal.h>
+#include <sys/types.h>
#include "util.h"