summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-05-18 23:28:47 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-05-18 23:28:47 +0400
commit36af6fe64bd549cb588908a2a494d2efaeb298e6 (patch)
tree93c2b4970d383970969dcc43eb255258f6a0d813
parent2e462ab144457a48c6e25f5c3eef73adc2e4df77 (diff)
downloadmono-36af6fe64bd549cb588908a2a494d2efaeb298e6.tar.gz
Include strings.h for bzero
-rw-r--r--mono/metadata/test-gc-memfuncs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mono/metadata/test-gc-memfuncs.c b/mono/metadata/test-gc-memfuncs.c
index a8ccf8833c..627be423cf 100644
--- a/mono/metadata/test-gc-memfuncs.c
+++ b/mono/metadata/test-gc-memfuncs.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
+#include <strings.h> /* bzero & Ko on solaris */
#include <time.h>
#include <assert.h>