opnsense-ports/benchmarks/httperf/files/patch-httperf.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
293 B
C

--- 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