aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alhrtf.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-11-06 00:13:02 -0800
committerChris Robinson <[email protected]>2015-11-06 00:13:02 -0800
commit203c249bf717c3a9d3aed193375a970c2bf8fa1b (patch)
tree62ad973e7b3ff37d58e9324d6812db7826cbb58f /examples/alhrtf.c
parent8c6d8916947a8fa5d45ec83ef507456b35054ef3 (diff)
Add missing math.h include for sin()
Diffstat (limited to 'examples/alhrtf.c')
-rw-r--r--examples/alhrtf.c1
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"