From d7d99adc915583416dd8c70491ec7fc4ac71a543 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 26 Nov 2018 23:18:51 -0800 Subject: Avoid including threads.h in the example helpers --- examples/common/alhelpers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/common/alhelpers.c') diff --git a/examples/common/alhelpers.c b/examples/common/alhelpers.c index 657c10d3..6a583497 100644 --- a/examples/common/alhelpers.c +++ b/examples/common/alhelpers.c @@ -29,6 +29,7 @@ * channel configs and sample types. */ #include +#include #include #include "AL/al.h" -- cgit v1.2.3