X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fweight.c;h=9128bc3e90038b2f44bb33e0df94528144ea5195;hb=4de79b34b329d1da6cdeb145993d3efd911e2967;hp=212c77d5f4c906afb9831c8d13c03f0dffd186f0;hpb=1a5f49c70a1bdc19d0c12a617d54013aa7118b4a;p=pspp-builds.git diff --git a/src/weight.c b/src/weight.c index 212c77d5..9128bc3e 100644 --- a/src/weight.c +++ b/src/weight.c @@ -27,6 +27,9 @@ #include "str.h" #include "var.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* WEIGHT transformation. */ struct weight_trns {