X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwgtpkg-permissions.c;h=9dabdd0322548dfa8821ca94feec3ea0af9fc74d;hb=c0fc18e47e49dd4e3cc2f09452a19297dad63f9c;hp=ee38988858fc704c661b1f26b7fd53d5b3b1af78;hpb=e2de563d1ecb4585ce68521bd42f3ef45ac79f16;p=src%2Fapp-framework-main.git diff --git a/src/wgtpkg-permissions.c b/src/wgtpkg-permissions.c index ee38988..9dabdd0 100644 --- a/src/wgtpkg-permissions.c +++ b/src/wgtpkg-permissions.c @@ -1,6 +1,8 @@ /* Copyright 2015 IoT.bzh + author: José Bollo + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -17,7 +19,6 @@ #define _GNU_SOURCE #include -#include #include #include "verbose.h" @@ -30,7 +31,7 @@ struct permission { unsigned level: 3; }; -static const char prefix_of_permissions[] = PREFIXPERMISSION; +static const char prefix_of_permissions[] = FWK_PREFIX_PERMISSION; static int nrpermissions = 0; static struct permission *permissions = NULL;