Include math_defs.h to ensure M_PI is defined

This commit is contained in:
Chris Robinson
2018-05-15 18:50:32 -07:00
parent 2b9064cb6e
commit e42489b3e9
+1 -2
View File
@@ -2,8 +2,7 @@
#include "config.h"
#include "alcomplex.h"
#include <math.h>
#include "math_defs.h"
extern inline ALcomplex complex_add(ALcomplex a, ALcomplex b);