Add missing math.h include for sin()

This commit is contained in:
Chris Robinson
2015-11-06 00:13:02 -08:00
parent 8c6d891694
commit 203c249bf7
+1
View File
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <assert.h>
#include <math.h>
#include "AL/al.h"
#include "AL/alc.h"