X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v3.c;h=230a93fc2281fed85c89e0d7788ec8e7b7f92313;hb=6f13ad1989875b5a0ce50b24211fd1fba093735f;hp=727e9b6927669f823dae15b7fff41bbd516948f6;hpb=86e4c175b0c35d38c8a214ae1c6afce6ad6aac4c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so-v3.c b/src/afb-api-so-v3.c index 727e9b69..230a93fc 100644 --- a/src/afb-api-so-v3.c +++ b/src/afb-api-so-v3.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_DYNAMIC_BINDING + #define _GNU_SOURCE #include @@ -135,3 +137,4 @@ error: return -1; } +#endif