X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=893c18527b7ff30e431762ede6658332e6fc5e46;hb=9f087e7aa4cdff1d5d46d5e188c0017a9d2d0029;hp=17be1751c1b1cf2fc71bcd58788163a2201c8e1d;hpb=7a887989fb1da56ebd264ee3338c1472c7e40a51;p=pspp-builds.git diff --git a/src/output/html.c b/src/output/html.c index 17be1751..893c1852 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -24,7 +24,6 @@ #include #include -#include #include #include #include @@ -34,6 +33,8 @@ #include "table.h" #include +#include "xalloc.h" + #include "gettext.h" #define _(msgid) gettext (msgid)