Skip to content

Commit

Permalink
paqa_devs.c: define _USE_MATH_DEFINES (#554)
Browse files Browse the repository at this point in the history
before including math.h

Fixes #551
  • Loading branch information
philburk authored Apr 17, 2021
1 parent df2be4e commit 32f5cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qa/paqa_devs.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define _USE_MATH_DEFINES
#include <math.h>
#include "portaudio.h"
#include "pa_trace.h"
Expand Down

0 comments on commit 32f5cbd

Please sign in to comment.