]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
move pcre into core do a ./configure again (part 2)
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 31 Jul 2006 23:56:27 +0000 (23:56 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 31 Jul 2006 23:56:27 +0000 (23:56 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2212 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch.h
src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c

index 63e23c3665fa219efdf6192f68850a4f33954910..74ea3554fbd031dcef4dcd1849e221f271bb8ef8 100644 (file)
@@ -73,6 +73,7 @@
 #include <switch_stun.h>
 #include <switch_log.h>
 #include <switch_xml.h>
+#include <pcre.h>
 
 
 /** \mainpage FreeSWITCH
index b7cf1a14af04becd8ceef2c256eef0ff23a7858c..e6a84577f8193a451988c353d2156a60c041287d 100644 (file)
@@ -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";