From 915e4e6232f6c4ba962656dc632615e2d4909480 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 7 Jan 2015 18:43:23 +0100 Subject: [PATCH] downstream: tdb.h: include stdbool.h before using bool It is assumed that C99 standard is used Upstream master branch already have this so it's safe to merge until next release Change-Id: Ic0489bf86bf19834152a71f75863392a3999a107 Bug-Tizen: TC-2015 Origin: tizen Forward: not-needed Signed-off-by: Philippe Coval --- include/tdb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tdb.h b/include/tdb.h index 5ea5e60..aac090b 100644 --- a/include/tdb.h +++ b/include/tdb.h @@ -30,6 +30,7 @@ extern "C" { #endif +#include #include /** -- 2.7.4