tags 570663 + patch thanks TRUE/FALSE macro definitions are just missing.
-- Theppitak Karoonboonyanan http://linux.thai.net/~thep/
diff -ruN newt-0.52.10-old/newt.c newt-0.52.10/newt.c
--- newt-0.52.10-old/newt.c 2010-02-20 22:13:32.000000000 +0700
+++ newt-0.52.10/newt.c 2010-02-20 22:14:29.000000000 +0700
@@ -22,6 +22,9 @@
#include <fribidi/fribidi.h>
#include <dlfcn.h>
+#define TRUE 1
+#define FALSE 0
+
/* No sense in enabling shaping if we don't have BIDI support. */
typedef struct
{

