Adopt use of gnulib for portability.
[pspp-builds.git] / src / sort-prs.c
index 2682588efe76042c07575c8200ba50a259e881e2..2114d09318e4ca2ba5bd49c1b6db7704449a1402 100644 (file)
@@ -21,7 +21,6 @@
 #include <sys/types.h>
 #include <assert.h>
 #include <stdlib.h>
-
 #include "alloc.h"
 #include "error.h"
 #include "lexer.h"
@@ -29,7 +28,8 @@
 #include "sort.h"
 #include "var.h"
 
-
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 static bool  is_terminator(int tok, const int *terminators);