ports/databases/zabbix3-libzbxpgsql/files/patch-src_libzbxpgsql.c
Danilo G. Baio ccc5d1b658 databases/libzbxpgsql: Update to 1.1.0, Rename to databases/zabbix3-libzbxpgsql
Rename to allow multiple version of libzbxpgsql to coexist, each one
uses a different zabbix-agent version.

Add CONFLICTS in preparation for multiple versions as well.

PR:		221798
Submitted by:	Martin Waschbüsch <martin@waschbuesch.de> (maintainer)
2017-08-26 18:14:55 +00:00

12 lines
251 B
C

--- src/libzbxpgsql.c.orig 2016-06-25 14:18:03 UTC
+++ src/libzbxpgsql.c
@@ -24,6 +24,9 @@
*/
#include "libzbxpgsql.h"
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
// Define custom keys
static ZBX_METRIC keys[] =