X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fpercentiles.c;h=d00cf3e0eea4d28772f43dcd0138412d032f7e60;hb=268329e00d1aa4bd4897f6d5cdaa72d7ee470d6b;hp=4d7b148147d0af97f488d6a0e080813dceb720bd;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/math/percentiles.c b/src/math/percentiles.c index 4d7b148147..d00cf3e0ee 100644 --- a/src/math/percentiles.c +++ b/src/math/percentiles.c @@ -19,9 +19,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include +#include #include "factor-stats.h" #include "percentiles.h" -#include "misc.h" +#include #include "gettext.h" #define _(msgid) gettext (msgid)