1 --- server/gam_node.c.orig	2007-07-04 15:36:49.000000000 +0200
2 +++ server/gam_node.c	2011-09-17 11:19:10.000000000 +0200
3 @@ -23,6 +23,7 @@
4  #include "gam_event.h"
5  #include "gam_node.h"
6  #include "gam_error.h"
7 +#include "gam_server.h"
8 
9  /**
10   * Create a new node
11 @@ -122,7 +123,7 @@ gam_node_set_is_dir(GamNode * node, gboo
12   * it has finished with the string.  If it must keep it longer, it
13   * should makes its own copy.  The returned string must not be freed.
14   */
15 -G_CONST_RETURN char *
16 +const char *
17  gam_node_get_path(GamNode * node)
18  {
19      g_assert(node);
20