summaryrefslogtreecommitdiff
path: root/benchmarks/httperf/files/patch-httperf.c
blob: 8e735afadb8d9cf2dfd29115945181f4ab76b423 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- httperf.c.orig	Wed Nov  1 05:20:00 2000
+++ httperf.c	Wed Nov 13 06:19:41 2002
@@ -68,6 +68,10 @@
 #include <conn.h>
 #include <timer.h>
 
+#ifdef __FreeBSD__
+#include <machine/floatingpoint.h>
+#endif
+
 #ifdef HAVE_SSL
 #  include <openssl/rand.h>
 #endif