Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/benchmarks/httperf/files/patch-httperf.c
18157 views
1
--- src/httperf.c.orig 2007-12-11 10:48:02.000000000 +0000
2
+++ src/httperf.c 2007-12-11 10:48:48.000000000 +0000
3
@@ -78,6 +78,10 @@
4
#include <conn.h>
5
#include <timer.h>
6
7
+#ifdef __FreeBSD__
8
+#include <machine/floatingpoint.h>
9
+#endif
10
+
11
#ifdef HAVE_SSL
12
# include <openssl/rand.h>
13
#endif
14
15