From 32f5cbda7e9eca1a99463de0dbc3d5024678498d Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Sat, 17 Apr 2021 13:00:18 -0700 Subject: [PATCH] paqa_devs.c: define _USE_MATH_DEFINES (#554) before including math.h Fixes #551 --- qa/paqa_devs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/paqa_devs.c b/qa/paqa_devs.c index 858ed78..bab5711 100644 --- a/qa/paqa_devs.c +++ b/qa/paqa_devs.c @@ -55,6 +55,7 @@ #include #include #include +#define _USE_MATH_DEFINES #include #include "portaudio.h" #include "pa_trace.h" -- 2.43.0