Adopt use of gnulib for portability.
[pspp-builds.git] / src / calendar.c
index 76af982871080b2c7522a106510356c2ad510be0..e5695c44262db3e9957f4fe95c93a1495eb429ad 100644 (file)
@@ -1,10 +1,13 @@
 #include <config.h>
 #include "calendar.h"
 #include <assert.h>
-#include "bool.h"
+#include <stdbool.h>
 #include "settings.h"
 #include "val.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 /* 14 Oct 1582. */
 #define EPOCH (-577734)