From f24cb447818ea21ff5a5d80d6396abb4723fd2ed Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 28 Oct 2013 12:05:33 -0700 Subject: Move the device mutex to the backend --- Alc/backends/oss.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/backends/oss.c') diff --git a/Alc/backends/oss.c b/Alc/backends/oss.c index 35ae80cc..a9510a35 100644 --- a/Alc/backends/oss.c +++ b/Alc/backends/oss.c @@ -34,6 +34,7 @@ #include "alMain.h" #include "alu.h" #include "threads.h" +#include "compat.h" #include -- cgit v1.2.3