Need to include <sys/stat.h>. Bug #21516.
[pspp] / src / data / value.h
index 118e6cd815fe012665392eeabc0b704560b52529..b7a7ee701f8ae31f695e35629ca26b562b853842 100644 (file)
@@ -18,9 +18,9 @@
 #define value_h 1
 
 #include <float.h>
+#include <libpspp/float-format.h>
 #include <libpspp/misc.h>
 #include "minmax.h"
-#include <config.h>
 
 /* Values. */
 
@@ -33,7 +33,7 @@
 
 /* Special values. */
 #define SYSMIS (-DBL_MAX)
-#define LOWEST second_lowest_value
+#define LOWEST (float_get_lowest ())
 #define HIGHEST DBL_MAX
 
 /* Number of "union value"s required for a variable of the given