summaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix2/files/patch-configure
blob: c5ec8b97c39041c277cd5e758484006c6840a5aa (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:23:46.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