From a7031bf93863ed39243fd0c83ee31d7ce9c9e457 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 26 Mar 2012 16:47:49 -0400 Subject: [PATCH] ck_malloc: Add stdbool.h include. --- include/ck_malloc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ck_malloc.h b/include/ck_malloc.h index 76e3811..e6ee538 100644 --- a/include/ck_malloc.h +++ b/include/ck_malloc.h @@ -27,6 +27,7 @@ #ifndef _CK_MALLOC_H #define _CK_MALLOC_H +#include #include struct ck_malloc {