From 3bbfb94a2264ca0404a659ddb53f73beeba6e525 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 26 Jan 2006 18:19:48 +0000 Subject: [PATCH] add switch_ivr.h include to switch.h git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@450 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/switch.h b/src/include/switch.h index b5eb402d8a..0f684b57cb 100644 --- a/src/include/switch.h +++ b/src/include/switch.h @@ -65,6 +65,7 @@ extern "C" { #include #include #include +#include #ifdef __cplusplus } #endif