- reported by GH #885
@@ -45,6 +45,14 @@
#include "abyss_data.h"
+#ifndef TRUE
+#define TRUE 1
+#endif /* TRUE */
+
+#ifndef FALSE
+#define FALSE 0
+#endif /* FALSE */
/*********************************************************************
** List
*********************************************************************/