summaryrefslogtreecommitdiff
path: root/lang/mono6/patches/patch-mono_utils_mono-state.c
blob: bf200d64e94dcfa8fe2d16f35842b7be1c5f4283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-mono_utils_mono-state.c,v 1.1 2019/08/25 16:37:01 maya Exp $

sys/stat.h for S_IRUSR etc.

--- mono/utils/mono-state.c.orig	2019-07-18 07:46:08.000000000 +0000
+++ mono/utils/mono-state.c
@@ -17,6 +17,7 @@
 #include <mono/metadata/object-internals.h>
 
 #include <sys/param.h>
+#include <sys/stat.h>
 #include <fcntl.h>
 #include <utils/mono-threads-debug.h>