Adopt use of gnulib for portability.
[pspp-builds.git] / src / sort.c
index bb4220b75943a231d6bdd5395d6615bf3acef70a..80380e7d0ca41581396e94079e06d682b4d61b15 100644 (file)
@@ -26,7 +26,7 @@
 #include <errno.h>
 #include "algorithm.h"
 #include "alloc.h"
-#include "bool.h"
+#include <stdbool.h>
 #include "case.h"
 #include "casefile.h"
 #include "command.h"
@@ -42,6 +42,9 @@
 #include "vfm.h"
 #include "vfmP.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 #include "debug-print.h"
 
 /* These should only be changed for testing purposes. */