From e42489b3e9e88311b35e738098d71906fa4bfd8e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 15 May 2018 18:50:32 -0700 Subject: Include math_defs.h to ensure M_PI is defined --- common/alcomplex.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/alcomplex.c b/common/alcomplex.c index c1a312e3..d68277e3 100644 --- a/common/alcomplex.c +++ b/common/alcomplex.c @@ -2,8 +2,7 @@ #include "config.h" #include "alcomplex.h" - -#include +#include "math_defs.h" extern inline ALcomplex complex_add(ALcomplex a, ALcomplex b); -- cgit v1.2.3