X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fweight.c;h=9128bc3e90038b2f44bb33e0df94528144ea5195;hb=a29bbbe97388bb6f9c9b4df36b448dfe5023363c;hp=212c77d5f4c906afb9831c8d13c03f0dffd186f0;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp diff --git a/src/weight.c b/src/weight.c index 212c77d5f4..9128bc3e90 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 {