From aaf35d22d8bc63060b94c34c90e6d0e1e9752b1b Mon Sep 17 00:00:00 2001 From: c9s Date: Tue, 27 May 2014 00:47:21 +0800 Subject: [PATCH] include stdbool.h --- include/r3_define.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/r3_define.h b/include/r3_define.h index bee91da..0808077 100644 --- a/include/r3_define.h +++ b/include/r3_define.h @@ -7,6 +7,7 @@ #ifndef DEFINE_H #define DEFINE_H +#include #ifndef bool typedef unsigned char bool;