small fix.
This commit is contained in:
parent
20a13a90b4
commit
dc94d1185c
2 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,8 @@
|
|||
#define RB_RED 0
|
||||
#define RB_BLACK 1
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
typedef unsigned char color_t;
|
||||
typedef unsigned int uint;
|
||||
|
||||
|
|
|
|||
Reference in a new issue