1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 17:41:53 +00:00

freetdm: include utils header in the core

This commit is contained in:
Moises Silva 2010-08-31 14:56:29 -04:00
parent a3b2e91ebf
commit def3e0b386

@ -117,6 +117,7 @@
#include "ftdm_buffer.h"
#include "ftdm_threadmutex.h"
#include "ftdm_sched.h"
#include "ftdm_call_utils.h"
#ifdef __cplusplus
extern "C" {