Adopt use of gnulib for portability.
[pspp-builds.git] / src / sel-if.c
index 862b0443fe921c17929e02a62307898155d43c36..c703e2f460fcc898140bffc37448a35661d76f54 100644 (file)
@@ -27,6 +27,9 @@
 #include "str.h"
 #include "var.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 /* SELECT IF transformation. */
 struct select_if_trns
   {