diff options
Diffstat (limited to 'examples/tree/tree.c')
-rw-r--r-- | examples/tree/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tree/tree.c b/examples/tree/tree.c index ce2f45241b..9c3962e6b2 100644 --- a/examples/tree/tree.c +++ b/examples/tree/tree.c @@ -1,6 +1,6 @@ #define GTK_ENABLE_BROKEN -#include <config.h> +#include "config.h" #include <gtk/gtk.h> /* for all the GtkItem:: and GtkTreeItem:: signals */ |