summaryrefslogtreecommitdiff
path: root/res/res_calendar_exchange.c
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2010-06-01 22:14:44 +0000
committerTerry Wilson <twilson@digium.com>2010-06-01 22:14:44 +0000
commita55820a26d253f279c9e88486231f95f19628921 (patch)
tree984a64fe209c9963a6b3c9aa7125d876aa00e696 /res/res_calendar_exchange.c
parentb0357dcc3e17d60f6deb287e322e8725fd88a53e (diff)
Use the correct ical.h file
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@266832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_calendar_exchange.c')
-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>