freebsd-ports/net-mgmt/zabbix2/files/patch-configure
2007-01-27 23:13:59 +00:00

12 lines
325 B
Text

--- ./configure.orig Sat Jan 27 20:39:51 2007
+++ ./configure Sat Jan 27 20:48:34 2007
@@ -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