]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Revert "FS-6566"
authorroot <root@centos-release-builder-64.(none)>
Wed, 10 Sep 2014 19:57:57 +0000 (14:57 -0500)
committerroot <root@centos-release-builder-64.(none)>
Wed, 10 Sep 2014 19:57:57 +0000 (14:57 -0500)
This reverts commit 99d0f134e7cd1345641022c0e5b406e8dfa5caa8.

src/mod/event_handlers/mod_cdr_pg_csv/mod_cdr_pg_csv.c

index ff6b6431d1d33f9f931f325c20eb601c074f4c90..f89a9a064479449eb678c8c65cf6330cd9b4d684 100644 (file)
@@ -37,7 +37,7 @@
 
 #include <switch.h>
 #include <sys/stat.h>
-#include <postgresql/libpq-fe.h>
+#include <libpq-fe.h>
 
 SWITCH_MODULE_LOAD_FUNCTION(mod_cdr_pg_csv_load);
 SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_cdr_pg_csv_shutdown);