X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fautorecode.c;h=1f0fd8a3d6943581c3a91b56d619cf609b0b53a5;hb=897a260ef7a8b954d56698cc40241a3197127505;hp=7887d8a698b65f1a99a8b0c01e9d88dea30f84bd;hpb=9e41822d23f3c62349751e172a946e832c4a96eb;p=pspp diff --git a/src/autorecode.c b/src/autorecode.c index 7887d8a698..1f0fd8a3d6 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. */