X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fnumeric.c;h=a2b6d8047f748739a6ad1d23df118a45c8854e36;hb=1f8dd363d6c20d07fcca14cb948018465fa5ed8b;hp=844465eb126a3425e90c43039929e5a2596b1753;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp-builds.git diff --git a/src/numeric.c b/src/numeric.c index 844465eb..a2b6d804 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -27,6 +27,9 @@ #include "str.h" #include "var.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + #include "debug-print.h" /* Parses the NUMERIC command. */