Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / data / sfm-private.h
index caf7770df432d285f559a61416199942d9fab051..3864ca39e3348a60fbef3823181991de1766d4a2 100644 (file)
@@ -20,7 +20,7 @@
 /* PORTME: There might easily be alignment problems with some of these
    structures. */
 
-#include "compiler.h"
+#include <libpspp/compiler.h>
 #include "variable.h"
 
 /* This attribute might avoid some problems.  On the other hand... */
@@ -58,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