mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
fix windows build for recent spandsp commit
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
||||
#if defined (_MSC_VER)
|
||||
#define __inline__ __inline
|
||||
#endif
|
||||
|
||||
#include "spandsp/telephony.h"
|
||||
#include "spandsp/complex.h"
|
||||
#include "filter_tools.h"
|
||||
|
||||
Reference in New Issue
Block a user