From: Yunjin Lee Date: Tue, 14 Jun 2016 11:06:03 +0000 (+0900) Subject: Modify definition in header not to conflict X-Git-Tag: submit/tizen/20160614.110902^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F74504%2F1;p=platform%2Fcore%2Fsecurity%2Fprivilege-info.git Modify definition in header not to conflict Change-Id: Iaefcee67b3599432ff7e2d026a455a0c71b61480 Signed-off-by: Yunjin Lee --- diff --git a/src/include/privilege_information.h b/src/include/privilege_information.h index 533f908..d708c70 100755 --- a/src/include/privilege_information.h +++ b/src/include/privilege_information.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef __TIZEN_SECURITY_PRIVILEGE_INFO_H -#define __TIZEN_SECURITY_PRIVILEGE_INFO_H +#ifndef __TIZEN_SECURITY_PRIVILEGE_INFORMAION_H +#define __TIZEN_SECURITY_PRIVILEGE_INFORMAION_H #include @@ -111,4 +111,4 @@ int privilege_info_get_description_by_pkgtype(const char* package_type, const ch } #endif -#endif /* __TIZEN_SECURITY_PRIVILEGE_INFO_H */ +#endif /* __TIZEN_SECURITY_PRIVILEGE_INFORMAION_H */