X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v3.c;h=230a93fc2281fed85c89e0d7788ec8e7b7f92313;hb=16f014ef35b8355de1006891fe6920c8b51675fe;hp=c48ab74df51622e9b31b1a8a829c6b5e97adb9cc;hpb=ec0564bc90b3c63f7e82f09e81db8bd2cfac89a2;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