paqa_devs.c: define _USE_MATH_DEFINES (#554)
before including math.h Fixes #551
This commit is contained in:
parent
df2be4e048
commit
32f5cbda7e
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#define _USE_MATH_DEFINES
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "portaudio.h"
|
#include "portaudio.h"
|
||||||
#include "pa_trace.h"
|
#include "pa_trace.h"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue