aboutsummaryrefslogtreecommitdiff
path: root/databases/zabbix34-libzbxpgsql/files/patch-src_libzbxpgsql.c
blob: e1ae90077e399e11a5bc5b6b1a26679eb817fa35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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[] =