Fix the build

This commit is contained in:
Matthias Clasen 2005-06-21 05:49:49 +00:00
parent 3845ca6eea
commit b33e3c06c8

View File

@ -22,11 +22,12 @@
#ifndef __GTK_RBTREE_H__
#define __GTK_RBTREE_H__
#include <glib.h>
G_BEGIN_DECLS
#include <glib.h>
typedef enum
{
GTK_RBNODE_BLACK = 1 << 0,