diff options
author | Chris Robinson <[email protected]> | 2018-11-26 23:18:51 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-26 23:18:51 -0800 |
commit | d7d99adc915583416dd8c70491ec7fc4ac71a543 (patch) | |
tree | 955ff03b8dac04a5674c302095281bb73552f206 /examples/common/alhelpers.c | |
parent | d06f76957c6ea2bf5311322e103946b45bde9796 (diff) |
Avoid including threads.h in the example helpers
Diffstat (limited to 'examples/common/alhelpers.c')
-rw-r--r-- | examples/common/alhelpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdio.h> +#include <errno.h> #include <string.h> #include "AL/al.h" |