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
1 changed files with 1 additions and 0 deletions

View File

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