diff options
author | Kyuho Jo <kyuho.jo@samsung.com> | 2015-09-15 16:17:23 +0900 |
---|---|---|
committer | Kyuho Jo <kyuho.jo@samsung.com> | 2015-09-15 16:17:23 +0900 |
commit | f0f6c178c2952ad76c89ce998fc80a3afc305992 (patch) | |
tree | 5eb4a700fca90ddd2a0cca38d7e7487c827eb77b | |
parent | b590424e8d8798992c405cc9a1066ec2ff61d823 (diff) | |
download | notification-f0f6c178c2952ad76c89ce998fc80a3afc305992.tar.gz notification-f0f6c178c2952ad76c89ce998fc80a3afc305992.tar.bz2 notification-f0f6c178c2952ad76c89ce998fc80a3afc305992.zip |
Fixed build errors caused by 2.4 merge.tizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasesubmit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen/20150916.131922accepted/tizen/wearable/20150917.041023accepted/tizen/tv/20150917.041008accepted/tizen/mobile/20150917.040956
Change-Id: If6e1f4bf170e2ab7dc3b41e2f24004972623479a
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
-rw-r--r-- | include/notification.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <notification_error.h> #include <notification_type.h> #include <notification_status.h> +#include <notification_list.h> #ifdef __cplusplus extern "C" { |