From ea1fa0c3a3c5ece9584f32c3d7c374449fdde140 Mon Sep 17 00:00:00 2001 From: Yunjin Lee Date: Tue, 14 Jun 2016 20:06:03 +0900 Subject: [PATCH] Modify definition in header not to conflict Change-Id: Iaefcee67b3599432ff7e2d026a455a0c71b61480 Signed-off-by: Yunjin Lee --- src/include/privilege_information.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.7.4