forked from AuroraMiddleware/gtk
Fix the build
This commit is contained in:
parent
3845ca6eea
commit
b33e3c06c8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user