1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-24 11:48:48 +00:00

move pcre into core do a ./configure again (part 2)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2212 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-07-31 23:56:27 +00:00
parent 3a5caeddae
commit 9fedc12934
2 changed files with 2 additions and 1 deletions
src
include
mod/dialplans/mod_dialplan_xml

@ -73,6 +73,7 @@
#include <switch_stun.h> #include <switch_stun.h>
#include <switch_log.h> #include <switch_log.h>
#include <switch_xml.h> #include <switch_xml.h>
#include <pcre.h>
/** \mainpage FreeSWITCH /** \mainpage FreeSWITCH

@ -33,7 +33,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <pcre.h>
static const char modname[] = "mod_dialplan_xml"; static const char modname[] = "mod_dialplan_xml";