summaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix2-agent/files/patch-configure
blob: 2efc88046c5be67daa512263491bc7f20777e46e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- configure.orig	2009-01-16 06:20:00.000000000 -0600
+++ configure	2009-01-22 17:18:00.000000000 -0600
@@ -275,6 +275,9 @@
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
+#include <sys/socket.h>
+#include <sys/param.h>
+#include <netinet/in.h>
 #if HAVE_SYS_TYPES_H
 # include <sys/types.h>
 #endif