1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/benchmarks/httperf/files/patch-httperf.c
Jean Milanez Melo 700165ded7 - Update to 0.9.0.
PR:		ports/118550
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
2007-12-26 12:56:35 +00:00

14 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