comparison src/scalar.c @ 195:e63fa5ad1902

Include float.h on platforms that don't have DBL_MAX defined in limits.h
author Jamie Bullock <jamie@jamiebullock.com>
date Wed, 12 Feb 2014 08:36:58 +0000
parents bb60691d9570
children e764049c0a82
comparison
equal deleted inserted replaced
194:ea749bfc398c 195:e63fa5ad1902
27 #include <string.h> 27 #include <string.h>
28 #include <stdio.h> 28 #include <stdio.h>
29 #include <math.h> 29 #include <math.h>
30 #include <limits.h> 30 #include <limits.h>
31 31
32 #ifndef DBL_MAX
33 #include <float.h> /* on Linux DBL_MAX is in float.h */
34 #endif
35
32 #include "dywapitchtrack/dywapitchtrack.h" 36 #include "dywapitchtrack/dywapitchtrack.h"
33 37
34 #include "../xtract/libxtract.h" 38 #include "../xtract/libxtract.h"
35 #include "../xtract/xtract_helper.h" 39 #include "../xtract/xtract_helper.h"
36 #include "xtract_macros_private.h" 40 #include "xtract_macros_private.h"