Memory leak fix
[pspp] / src / data / sfm-private.h
index c127b85e71c5b366123e564df1fdb9c3cc74043b..3864ca39e3348a60fbef3823181991de1766d4a2 100644 (file)
@@ -20,6 +20,9 @@
 /* PORTME: There might easily be alignment problems with some of these
    structures. */
 
+#include <libpspp/compiler.h>
+#include "variable.h"
+
 /* This attribute might avoid some problems.  On the other hand... */
 #define P ATTRIBUTE ((packed))
 
@@ -55,7 +58,7 @@
 #endif
 
 /* Figure out SYSMIS value for flt64. */
-#include "magic.h"
+#include <libpspp/magic.h>
 #if SIZEOF_DOUBLE == 8
 #define second_lowest_flt64 second_lowest_value
 #else