Clean up treatment of missing values by moving all the code into
[pspp-builds.git] / src / sfmP.h
index 978a3e129d510387d1139e617c9f63e59e020790..c127b85e71c5b366123e564df1fdb9c3cc74043b 100644 (file)
@@ -55,6 +55,7 @@
 #endif
 
 /* Figure out SYSMIS value for flt64. */
+#include "magic.h"
 #if SIZEOF_DOUBLE == 8
 #define second_lowest_flt64 second_lowest_value
 #else