fix windows build for recent spandsp commit
This commit is contained in:
parent
5fd0255523
commit
e7287f901f
|
@ -41,6 +41,10 @@
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined (_MSC_VER)
|
||||||
|
#define __inline__ __inline
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "spandsp/telephony.h"
|
#include "spandsp/telephony.h"
|
||||||
#include "spandsp/complex.h"
|
#include "spandsp/complex.h"
|
||||||
#include "filter_tools.h"
|
#include "filter_tools.h"
|
||||||
|
|
Loading…
Reference in New Issue