Skip to content
Snippets Groups Projects
Commit e0dfa91d authored by Russell Bryant's avatar Russell Bryant
Browse files

Use float.h to fix the build on FreeBSD. Also, add some other platforms as

they are likely the same.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95550 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 067fcc2a
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
/* These are for SHRT_MAX and FLT_MAX -- { */
#ifdef __Darwin__
#if defined(__Darwin__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
#include <float.h>
#else
#include <values.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment