X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fautorecode.c;h=1f0fd8a3d6943581c3a91b56d619cf609b0b53a5;hb=1f8dd363d6c20d07fcca14cb948018465fa5ed8b;hp=7887d8a698b65f1a99a8b0c01e9d88dea30f84bd;hpb=9e41822d23f3c62349751e172a946e832c4a96eb;p=pspp-builds.git diff --git a/src/autorecode.c b/src/autorecode.c index 7887d8a6..1f0fd8a3 100644 --- a/src/autorecode.c +++ b/src/autorecode.c @@ -32,6 +32,9 @@ #include "var.h" #include "vfm.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* FIXME: Implement PRINT subcommand. */ /* Explains how to recode one value. `from' must be first element. */