add switch_ivr.h include to switch.h

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@450 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-01-26 18:19:48 +00:00
parent a55ed486a2
commit 3bbfb94a22
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ extern "C" {
#include <switch_buffer.h>
#include <switch_event.h>
#include <switch_resample.h>
#include <switch_ivr.h>
#ifdef __cplusplus
}
#endif