From: Michael Jerris Date: Thu, 26 Jan 2006 18:19:48 +0000 (+0000) Subject: add switch_ivr.h include to switch.h X-Git-Tag: v1.0-beta1~3315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bbfb94a2264ca0404a659ddb53f73beeba6e525;p=thirdparty%2Ffreeswitch.git add switch_ivr.h include to switch.h git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@450 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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