From: Daniel Wagner Date: Wed, 14 Aug 2013 07:27:49 +0000 (+0200) Subject: core: Include stdbool.h X-Git-Tag: 0.13~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab53a6956a2ffac731ad70aa4f54cca1e55f25cc;p=platform%2Fupstream%2Fneard.git core: Include stdbool.h In preperation to drop near_bool_t and use stdbool instead. --- diff --git a/src/near.h b/src/near.h index e8ae152..289619e 100644 --- a/src/near.h +++ b/src/near.h @@ -20,6 +20,7 @@ */ #include +#include #include #include