Fix the build. We've been missing this include for ages...
authorAlex Rønne Petersen <alexrp@xamarin.com>
Sat, 7 Jun 2014 14:38:47 +0000 (16:38 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Sat, 7 Jun 2014 14:38:47 +0000 (16:38 +0200)
mono/utils/atomic.c

index 6dbc8f54b72c00e020a24ab91e651a0f5e5422f0..fc0324dbee6dde505dfa10dc2e7541599b7ef941 100755 (executable)
@@ -12,6 +12,7 @@
 #include <glib.h>
 
 #include <mono/utils/atomic.h>
+#include <mono/utils/mono-mutex.h>
 
 #if defined (WAPI_NO_ATOMIC_ASM) || (defined (BROKEN_64BIT_ATOMICS_INTRINSIC) && !defined (TARGET_OSX))