fix windows build for recent spandsp commit

This commit is contained in:
Jeff Lenk 2013-10-12 16:40:29 -05:00
parent 5fd0255523
commit e7287f901f
1 changed files with 4 additions and 0 deletions

View File

@ -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"