summaryrefslogtreecommitdiff
path: root/benchmarks/httperf/files/patch-httperf.c
blob: d092d18d9d06b563171fa97c089c5151efc8fbdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/httperf.c.orig	2007-12-11 10:48:02.000000000 +0000
+++ src/httperf.c	2007-12-11 10:48:48.000000000 +0000
@@ -78,6 +78,10 @@
 #include <conn.h>
 #include <timer.h>
 
+#ifdef __FreeBSD__
+#include <machine/floatingpoint.h>
+#endif
+
 #ifdef HAVE_SSL
 #  include <openssl/rand.h>
 #endif