X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fmoments.c;h=084e6d8c8b22f24c469212fec682080c204da6d9;hb=4e13be9f4b4beb036e6f3aa662eb80b60761b082;hp=2934dd7ad5a547807b7395af925def288f83cb28;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/math/moments.c b/src/math/moments.c index 2934dd7ad5..084e6d8c8b 100644 --- a/src/math/moments.c +++ b/src/math/moments.c @@ -19,10 +19,12 @@ #include #include #include -#include #include +#include #include +#include "xalloc.h" + #include "gettext.h" #define _(msgid) gettext (msgid)