14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
$OpenBSD: patch-mono_metadata_w32process-unix-bsd_c,v 1.2 2018/05/23 12:40:53 robert Exp $
|
|
|
|
Index: mono/metadata/w32process-unix-bsd.c
|
|
--- mono/metadata/w32process-unix-bsd.c.orig
|
|
+++ mono/metadata/w32process-unix-bsd.c
|
|
@@ -7,6 +7,7 @@
|
|
|
|
#ifdef USE_BSD_BACKEND
|
|
|
|
+#include <signal.h>
|
|
#include <errno.h>
|
|
#include <signal.h>
|
|
#include <sys/proc.h>
|