summaryrefslogtreecommitdiff
path: root/include/notification_setting_service.h
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2016-06-13 14:35:37 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2016-06-13 14:40:28 +0900
commite25424bbe8b25c25653b51681d16ffcc40420154 (patch)
tree66919751ad80e1f4a7d2e8afef9bcfd45d367bf3 /include/notification_setting_service.h
parent16c8867da8a415e776529dce4cc45d257aaa7337 (diff)
downloadnotification-e25424bbe8b25c25653b51681d16ffcc40420154.tar.gz
notification-e25424bbe8b25c25653b51681d16ffcc40420154.tar.bz2
notification-e25424bbe8b25c25653b51681d16ffcc40420154.zip
Internal apps which include internal noti header face build break because they cannot find type uid_t Change-Id: I9c2e787516dcdf85d84718e2c62edf5dc5fd35e5 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Diffstat (limited to 'include/notification_setting_service.h')
-rw-r--r--include/notification_setting_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/notification_setting_service.h b/include/notification_setting_service.h
index e052c4c..3278a31 100644
--- a/include/notification_setting_service.h
+++ b/include/notification_setting_service.h
@@ -17,6 +17,7 @@
#ifndef __NOTIFICATION_SETTING_SERVICE_H__
#define __NOTIFICATION_SETTING_SERVICE_H__
+#include <sys/types.h>
#include <notification.h>
#ifdef __cplusplus