summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-01-15 21:44:30 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-01-15 21:44:30 +0300
commit6814ff1eb4e94731ca1751c1ac178e888d229e5c (patch)
treec0f87c70c813329b9f595730bf1099f18f61927d
parent3360e7605be8e93e177e825e51753fadb0c9167b (diff)
downloadmono-master-dyson.tar.gz
Missing errno.h in mono/utils/mono-proclib.cmaster-dyson
-rw-r--r--mono/utils/mono-proclib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mono/utils/mono-proclib.c b/mono/utils/mono-proclib.c
index 7766729c65..e7f9f7ef0d 100644
--- a/mono/utils/mono-proclib.c
+++ b/mono/utils/mono-proclib.c
@@ -9,6 +9,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <errno.h>
#include <string.h>
#include <fcntl.h>
#ifdef HAVE_UNISTD_H