fix compilation with vs2008

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@179 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
aymeric 2008-11-24 16:16:19 +00:00
parent 855c950280
commit f46b645b20

View file

@ -1,6 +1,10 @@
#include "mediastreamer2/msfilter.h"
#ifdef _MSC_VER
#include <malloc.h>
#endif
#include <speex/speex_resampler.h>
#include <math.h>