aboutsummaryrefslogtreecommitdiff
path: root/net/proxy-suite/files/patch-com-socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy-suite/files/patch-com-socket.c')
-rw-r--r--net/proxy-suite/files/patch-com-socket.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/proxy-suite/files/patch-com-socket.c b/net/proxy-suite/files/patch-com-socket.c
new file mode 100644
index 000000000000..89b77ea6ced5
--- /dev/null
+++ b/net/proxy-suite/files/patch-com-socket.c
@@ -0,0 +1,12 @@
+--- 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