X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fnpar.h;h=1c2605feeb6ee564040df788fdcb86b809f68aa6;hb=c8b02c29026c095ce912faf5fdba7e29b42cb135;hp=082d396b58f91b1e09bc7e7e5511253ef88ae5a7;hpb=cd5925923ec4d758b38f1c4bed9ee65f2dc19fb9;p=pspp-builds.git diff --git a/src/language/stats/npar.h b/src/language/stats/npar.h index 082d396b..1c2605fe 100644 --- a/src/language/stats/npar.h +++ b/src/language/stats/npar.h @@ -20,9 +20,7 @@ #include #include #include - -#include -#include +#include typedef const struct variable *variable_pair[2]; @@ -67,6 +65,7 @@ struct n_sample_test const struct variable **vars; size_t n_vars; + union value val1, val2; const struct variable *indep_var; };