diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/alcomplex.c | 3 |
1 files changed, 1 insertions, 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 <math.h> +#include "math_defs.h" extern inline ALcomplex complex_add(ALcomplex a, ALcomplex b); |