diff options
Diffstat (limited to 'main/freeswitch/fix-postgres-headers.patch')
-rw-r--r-- | main/freeswitch/fix-postgres-headers.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/freeswitch/fix-postgres-headers.patch b/main/freeswitch/fix-postgres-headers.patch deleted file mode 100644 index c158c8d3b5..0000000000 --- a/main/freeswitch/fix-postgres-headers.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/mod/event_handlers/mod_cdr_pg_csv/mod_cdr_pg_csv.c.orig -+++ ./src/mod/event_handlers/mod_cdr_pg_csv/mod_cdr_pg_csv.c -@@ -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); |