From dcadd58828a8272413f403b1aba542d9e3ad5daf Mon Sep 17 00:00:00 2001 From: adri Date: Mon, 14 Jul 2008 09:59:40 +0000 Subject: [PATCH] Add in required include for fpsetmask() for FreeBSD --- httperf/src/httperf.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/httperf/src/httperf.c b/httperf/src/httperf.c index 1eb3ab8..977f94b 100755 --- a/httperf/src/httperf.c +++ b/httperf/src/httperf.c @@ -64,6 +64,11 @@ #include #include +#ifdef __FreeBSD__ +/* Required for fpsetmask() under FreeBSD */ +#include +#endif + #include #include #include