Add in required include for fpsetmask() for FreeBSD
This commit is contained in:
джерело
e1ac49d220
коміт
dcadd58828
@ -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>
|
||||
|
Завантаження…
Посилання в новій задачі
Block a user