diff options
-rw-r--r-- | include/notification_internal.h | 2 | ||||
-rwxr-xr-x | include/notification_ipc.h | 2 | ||||
-rw-r--r-- | include/notification_list.h | 1 | ||||
-rw-r--r-- | include/notification_noti.h | 2 | ||||
-rw-r--r-- | include/notification_private.h | 1 | ||||
-rw-r--r-- | include/notification_setting.h | 2 | ||||
-rw-r--r-- | include/notification_setting_internal.h | 1 | ||||
-rw-r--r-- | include/notification_setting_service.h | 1 |
8 files changed, 12 insertions, 0 deletions
diff --git a/include/notification_internal.h b/include/notification_internal.h index 9a81038..dcfd983 100644 --- a/include/notification_internal.h +++ b/include/notification_internal.h @@ -17,6 +17,8 @@ #ifndef __NOTIFICATION_INTERNAL_H__ #define __NOTIFICATION_INTERNAL_H__ #include <glib.h> +#include <sys/types.h> + #include <notification_error.h> #include <notification_type.h> #include <notification_list.h> diff --git a/include/notification_ipc.h b/include/notification_ipc.h index e8e2a5c..2f16815 100755 --- a/include/notification_ipc.h +++ b/include/notification_ipc.h @@ -18,6 +18,8 @@ #define __NOTIFICATION_IPC_H__ #include <gio/gio.h> +#include <sys/types.h> + #include <notification.h> #include <notification_setting.h> #include <notification_setting_internal.h> diff --git a/include/notification_list.h b/include/notification_list.h index c54a498..6c9ef02 100644 --- a/include/notification_list.h +++ b/include/notification_list.h @@ -17,6 +17,7 @@ #ifndef __NOTIFICATION_LIST_H__ #define __NOTIFICATION_LIST_H__ +#include <sys/types.h> #include <notification.h> #ifdef __cplusplus diff --git a/include/notification_noti.h b/include/notification_noti.h index 8a42456..58d6c6f 100644 --- a/include/notification_noti.h +++ b/include/notification_noti.h @@ -17,6 +17,8 @@ #ifndef __NOTIFICATION_NOTI_H__ #define __NOTIFICATION_NOTI_H__ +#include <sys/types.h> + #include <notification.h> #include <notification_list.h> diff --git a/include/notification_private.h b/include/notification_private.h index 1968469..5a39fe6 100644 --- a/include/notification_private.h +++ b/include/notification_private.h @@ -16,6 +16,7 @@ #ifndef __NOTIFICATION_PRIVATE_H__ #define __NOTIFICATION_PRIVATE_H__ +#include <sys/types.h> #ifndef EXPORT_API #define EXPORT_API __attribute__ ((visibility("default"))) diff --git a/include/notification_setting.h b/include/notification_setting.h index ebd784a..b4df109 100644 --- a/include/notification_setting.h +++ b/include/notification_setting.h @@ -18,6 +18,8 @@ #define __NOTIFICATION_SETTING_H__ #include <stdbool.h> +#include <sys/types.h> + #include "notification.h" #ifdef __cplusplus diff --git a/include/notification_setting_internal.h b/include/notification_setting_internal.h index a4dfaf2..b8074f4 100644 --- a/include/notification_setting_internal.h +++ b/include/notification_setting_internal.h @@ -17,6 +17,7 @@ #ifndef __NOTIFICATION_SETTING_INTERNAL_H__ #define __NOTIFICATION_SETTING_INTERNAL_H__ +#include <sys/types.h> #include <stdbool.h> #include "notification.h" #include "notification_setting.h" 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 |