Adopt use of gnulib for portability.
[pspp-builds.git] / src / weight.c
index 212c77d5f4c906afb9831c8d13c03f0dffd186f0..9128bc3e90038b2f44bb33e0df94528144ea5195 100644 (file)
@@ -27,6 +27,9 @@
 #include "str.h"
 #include "var.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 /* WEIGHT transformation. */
 struct weight_trns
   {