X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fweight.c;h=9128bc3e90038b2f44bb33e0df94528144ea5195;hb=4de79b34b329d1da6cdeb145993d3efd911e2967;hp=7fac10cca7f4af6f193e38bdf616221c350e3300;hpb=205ac3afa4c2b19c85819d8695abf3975bb11807;p=pspp diff --git a/src/weight.c b/src/weight.c index 7fac10cca7..9128bc3e90 100644 --- a/src/weight.c +++ b/src/weight.c @@ -14,18 +14,22 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include #include "error.h" #include #include "command.h" +#include "dictionary.h" #include "error.h" #include "lexer.h" #include "str.h" #include "var.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* WEIGHT transformation. */ struct weight_trns {