mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 11:52:25 +01:00
also rework the system-lua patch so we dont need bootstrap as it takes too much time. Patch has been sent upstream: https://jira.freeswitch.org/browse/FS-353
12 lines
360 B
Diff
12 lines
360 B
Diff
--- ./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);
|