mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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)
12 lines
251 B
C
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[] =
|