aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-01 22:14:44 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-01 22:14:44 +0000
commit4062148a0754ad4e60b881df1fd10b83c1c32d45 (patch)
tree984a64fe209c9963a6b3c9aa7125d876aa00e696 /res
parentdd8a0566baf7c852967fb272055fbaa43b8e3b07 (diff)
Use the correct ical.h file
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@266832 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_calendar_exchange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_calendar_exchange.c b/res/res_calendar_exchange.c
index 2c121bc96..59e44c511 100644
--- a/res/res_calendar_exchange.c
+++ b/res/res_calendar_exchange.c
@@ -29,7 +29,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <ical.h>
+#include <libical/ical.h>
#include <ne_session.h>
#include <ne_uri.h>
#include <ne_request.h>