X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hook-flags.c;h=874d21b6682c59f67cc9b0f7093288121eb27ebe;hb=29ae81fa15c6080fd27929f4cc78e1289cb920e9;hp=02ea3c8dbcdc064d116a1c74d725d3d360714571;hpb=870652219335d54099ba67b721164b456b7975e9;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hook-flags.c b/src/afb-hook-flags.c index 02ea3c8d..874d21b6 100644 --- a/src/afb-hook-flags.c +++ b/src/afb-hook-flags.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -15,6 +15,8 @@ * limitations under the License. */ +#if WITH_AFB_HOOK /***********************************************************/ + #define _GNU_SOURCE #include @@ -358,3 +360,4 @@ char *afb_hook_flags_legacy_svc_to_text(int value) } #endif +#endif /* WITH_AFB_HOOK *******************************************************/