--- a/console/libgnt/gnttree.h Wed Nov 01 02:13:37 2006 +0000 +++ b/console/libgnt/gnttree.h Wed Nov 01 03:38:23 2006 +0000 @@ -7,6 +7,10 @@ #include "gntkeys.h" #include "gnttextview.h" +#ifdef columns +#undef columns +#endif + #define GNT_TYPE_TREE (gnt_tree_get_gtype()) #define GNT_TREE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_TREE, GntTree)) #define GNT_TREE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_TREE, GntTreeClass))