Adopt use of gnulib for portability.
[pspp-builds.git] / src / output.c
index b9f465dbfcb78351f2adfb35b6ced889c7ae353d..59bccb8045324f707f792d3be6be4f2feabc1ec3 100644 (file)
@@ -34,6 +34,9 @@
 #include "settings.h"
 #include "str.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 /* FIXME? Should the output configuration format be changed to
    drivername:classname:devicetype:options, where devicetype is zero
    or more of screen, printer, listing? */