Archived
1
0
Fork 0

small fix.

This commit is contained in:
Henrik Hautakoski 2010-06-14 22:57:48 +02:00 committed by Henrik Hautakoski
parent 20a13a90b4
commit dc94d1185c
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@
#define RB_RED 0
#define RB_BLACK 1
#include <stddef.h>
typedef unsigned char color_t;
typedef unsigned int uint;