From f0f6c178c2952ad76c89ce998fc80a3afc305992 Mon Sep 17 00:00:00 2001 From: Kyuho Jo Date: Tue, 15 Sep 2015 16:17:23 +0900 Subject: [PATCH] Fixed build errors caused by 2.4 merge. Change-Id: If6e1f4bf170e2ab7dc3b41e2f24004972623479a Signed-off-by: Kyuho Jo --- include/notification.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/notification.h b/include/notification.h index 7855e92..35e9b23 100644 --- a/include/notification.h +++ b/include/notification.h @@ -29,6 +29,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" { -- 2.7.4