[mono-threads] Assert that we do not try to signal the handle multiple times
[mono.git] / mono / utils / mono-conc-hashtable.h
index a1d20f1b04e7695dafff1b4825eb9a3609dfa887..a8eb927fb35e7161fc4ee2d46efa7c6166465a76 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <mono/utils/mono-publib.h>
 #include <mono/utils/mono-compiler.h>
-#include <mono/utils/mono-mutex.h>
+#include <mono/utils/mono-os-mutex.h>
 #include <glib.h>
 
 typedef struct _MonoConcurrentHashTable MonoConcurrentHashTable;