1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/net/proxy-suite/files/patch-com-socket.c
Kirill Ponomarev 1b9f5688bb Fix build on 6.x
PR:		ports/75320
Submitted by:	maintainer
2004-12-21 10:50:59 +00:00

13 lines
308 B
C

--- common/com-socket.c Tue Mar 30 12:31:32 2004
+++ common/com-socket.c Mon Dec 20 17:33:39 2004
@@ -84,6 +84,9 @@
#if defined(HAVE_STROPTS_H)
# include <stropts.h>
#endif
+#if defined(HAVE_SYS_PARAM_H)
+# include <sys/param.h>
+#endif
#if defined(HAVE_SYS_CONF_H)
# include <sys/conf.h>
#endif