X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hook-flags.c;h=874d21b6682c59f67cc9b0f7093288121eb27ebe;hb=a2cf84e;hp=87b8dcf3aaeb02ecea8d7d051f6cf02d0d5b4543;hpb=5011060f04181acbb18babcc2017a2f0b6cfb853;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hook-flags.c b/src/afb-hook-flags.c index 87b8dcf3..874d21b6 100644 --- a/src/afb-hook-flags.c +++ b/src/afb-hook-flags.c @@ -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 *******************************************************/