aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/httperf/files/patch-lib::ssl_writev.c
blob: 81c05af1e52cf0af84476ad888796c97987ad27e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- lib/ssl_writev.c.orig	Thu Oct 12 09:09:47 2000
+++ lib/ssl_writev.c	Wed Nov 13 06:22:01 2002
@@ -31,7 +31,10 @@
 
 #ifdef HAVE_OPENSSL_SSL_H
 
+#ifdef HAVE_ALLOCA_H
 #include <alloca.h>
+#endif
+
 #include <string.h>
 
 #include <sys/types.h>