From: Tomasz Swierczek Date: Wed, 19 Feb 2020 07:22:15 +0000 (+0100) Subject: Add missing include to stdlib.h X-Git-Tag: submit/tizen/20200219.105614~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1414537c461d24afc1519e0716e4a46ccd0bb53c;p=platform%2Fcore%2Fsecurity%2Faskuser.git Add missing include to stdlib.h Change-Id: I7ae412901b8e0ab686533273c5070afef28fe28b --- diff --git a/src/capi/impl/privacy_privilege_manager.c b/src/capi/impl/privacy_privilege_manager.c index 363dede..37d4c32 100644 --- a/src/capi/impl/privacy_privilege_manager.c +++ b/src/capi/impl/privacy_privilege_manager.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 - 2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2017 - 2020 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,6 @@ * @brief The implementation of Privacy Privilege Manager CAPI. */ -#include #include #include diff --git a/src/capi/include/privacy_privilege_manager.h b/src/capi/include/privacy_privilege_manager.h index 69ff685..6f650b5 100644 --- a/src/capi/include/privacy_privilege_manager.h +++ b/src/capi/include/privacy_privilege_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 - 2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2017 - 2020 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ #ifndef __PRIVACY_PRIVILEGE_MANAGER_H__ #define __PRIVACY_PRIVILEGE_MANAGER_H__ +#include #include #ifdef __cplusplus