Include linphonecore_utils.h in the Python wrapper.

This commit is contained in:
Ghislain MARY 2014-07-17 18:03:42 +02:00
parent 317a69f967
commit 2bc530054a

View file

@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <Python.h>
#include <linphone/linphonecore.h>
#include <linphone/linphone_tunnel.h>
#include <linphone/linphonecore_utils.h>
#include <stdarg.h>