X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsfm-private.h;h=3864ca39e3348a60fbef3823181991de1766d4a2;hb=5e3f35a3fad829295e46bff534a5800981aacc0e;hp=c127b85e71c5b366123e564df1fdb9c3cc74043b;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/data/sfm-private.h b/src/data/sfm-private.h index c127b85e71..3864ca39e3 100644 --- a/src/data/sfm-private.h +++ b/src/data/sfm-private.h @@ -20,6 +20,9 @@ /* PORTME: There might easily be alignment problems with some of these structures. */ +#include +#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 #if SIZEOF_DOUBLE == 8 #define second_lowest_flt64 second_lowest_value #else