Adopt use of gnulib for portability.
[pspp-builds.git] / src / vars-prs.c
index 1773e4d8d5f74bec6688bbdf41c05662b291748f..7a6e8633c46eee3cefccca4b296443b546daf4d3 100644 (file)
@@ -30,6 +30,9 @@
 #include "misc.h"
 #include "str.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 /* Parses a name as a variable within VS and returns the
    variable's index if successful.  On failure emits an error
    message and returns a null pointer. */