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:
parent
3a5caeddae
commit
9fedc12934
|
@ -73,6 +73,7 @@
|
|||
#include <switch_stun.h>
|
||||
#include <switch_log.h>
|
||||
#include <switch_xml.h>
|
||||
#include <pcre.h>
|
||||
|
||||
|
||||
/** \mainpage FreeSWITCH
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <pcre.h>
|
||||
|
||||
|
||||
static const char modname[] = "mod_dialplan_xml";
|
||||
|
||||
|
|
Loading…
Reference in New Issue