diff options
author | Chris Robinson <[email protected]> | 2015-11-06 00:13:02 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-11-06 00:13:02 -0800 |
commit | 203c249bf717c3a9d3aed193375a970c2bf8fa1b (patch) | |
tree | 62ad973e7b3ff37d58e9324d6812db7826cbb58f /examples | |
parent | 8c6d8916947a8fa5d45ec83ef507456b35054ef3 (diff) |
Add missing math.h include for sin()
Diffstat (limited to 'examples')
-rw-r--r-- | examples/alhrtf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/alhrtf.c b/examples/alhrtf.c index e787f5dd..6dac5308 100644 --- a/examples/alhrtf.c +++ b/examples/alhrtf.c @@ -26,6 +26,7 @@ #include <stdio.h> #include <assert.h> +#include <math.h> #include "AL/al.h" #include "AL/alc.h" |