X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=893c18527b7ff30e431762ede6658332e6fc5e46;hb=edf539fc797fedcdf7a71894f707d3c9728335d6;hp=17be1751c1b1cf2fc71bcd58788163a2201c8e1d;hpb=02118dddfe989ca4fda5db5b54d64b1a564b6674;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)