X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v3.c;fp=src%2Fafb-api-so-v3.c;h=230a93fc2281fed85c89e0d7788ec8e7b7f92313;hb=8538d642f01c8ee185cb356eba2c2f19cf4cea58;hp=c48ab74df51622e9b31b1a8a829c6b5e97adb9cc;hpb=5cbc5e1c37fba83ba2577aad9b66de2c7587e63f;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so-v3.c b/src/afb-api-so-v3.c index c48ab74d..230a93fc 100644 --- a/src/afb-api-so-v3.c +++ b/src/afb-api-so-v3.c @@ -15,6 +15,8 @@ * limitations under the License. */ +#if WITH_DYNAMIC_BINDING + #define _GNU_SOURCE #include @@ -135,3 +137,4 @@ error: return -1; } +#endif