Browse Source

Add in required include for fpsetmask() for FreeBSD

ahc_fix_select
adri 16 years ago
parent
commit
dcadd58828
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      httperf/src/httperf.c

+ 5
- 0
httperf/src/httperf.c View File

@@ -64,6 +64,11 @@
#include <string.h>
#include <unistd.h>

#ifdef __FreeBSD__
/* Required for fpsetmask() under FreeBSD */
#include <ieeefp.h>
#endif

#include <sys/time.h>
#include <sys/resource.h>
#include <sys/types.h>


Loading…
Cancel
Save