X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fmann-whitney.h;h=e26195588918828a9e25ff9e1356c2003166539c;hb=e34af0a943f8daceb64abcce4f2a8769af0b3c10;hp=00da9f870ded6496efbbc587788689a683e8625c;hpb=1f247f9a51625cdaae7e48b5f723310f05ff6627;p=pspp diff --git a/src/language/stats/mann-whitney.h b/src/language/stats/mann-whitney.h index 00da9f870d..e261955889 100644 --- a/src/language/stats/mann-whitney.h +++ b/src/language/stats/mann-whitney.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ #include #include -#include +#include "language/stats/npar.h" struct mann_whitney_test @@ -36,6 +36,6 @@ void mann_whitney_execute (const struct dataset *ds, const struct npar_test *test, bool exact, double timer - ); + ); #endif